Add Paste URL plugin

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2023-03-25 22:05:40 +05:30
parent 35ab348ab4
commit 6d2dddb329
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5
2 changed files with 762 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,8 @@
{
"id": "url-into-selection",
"name": "Paste URL into selection",
"description": "Paste URL \"into\" selected text.",
"isDesktopOnly": false,
"js": "main.js",
"version": "1.7.0"
}