This repository was archived by the owner on Feb 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +36
-2
lines changed
Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change 22 <img src =" https://img.icons8.com/cute-clipart/512/google-sheets.png " width =" 250 " height =" 260 " >
33</p >
44
5- <h1 align =" center " >OpenURL</h1 >
5+ <h1 align =" center " >OpenURL Apps Script </h1 >
66
77<p align =" center " >
88
2222
2323<h1 >Installation</h1 >
2424
25- > Hello
25+ Here is a brief tutorial on how to install. If you are interested in how to use, scroll down.
26+
27+ > 1 . Go to Google Sheets
28+
29+ > 2 . Open new Google Script through Extensions
30+
31+ > 3 . Once in the script, click the plus button above "Libraries"
32+
33+ > 4 . Paste the following ID and press look up:
34+
35+ ``` javascript
36+ 1OfVZMcBO1oSSwg1g_J0cra_AtbHtKE4DzkKDyRfOj - VoQdS_k1zAQiXJ
37+ ```
38+ > 5 . Select a version and apply
39+
40+ # How to use
41+
42+ Usage is simple.
43+
44+ To open a url, simply type the following code with your personal url in an apps script to open when run!
45+ ``` javascript
46+ function openUrl () {
47+
48+ OpenURL .openUrl (" https://example.com" );
49+
50+ }
51+ ```
52+ When you run, you will see that your url will open up in a new tab.
53+
54+ ### Interested in this kind of content?
55+
56+ Check out my [ profile] ( https://github.com/WillDev12 ) or share it! (This means a lot to me)
57+ ```
58+ https://github.com/WillDev12
59+ ```
You can’t perform that action at this time.
0 commit comments