Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 992cc49

Browse files
authored
Update README.md
1 parent 27f2667 commit 992cc49

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

README.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

@@ -22,4 +22,38 @@
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+
```

0 commit comments

Comments
 (0)