Copy URL+
Copy a short URL, title, and selected text in any format you want.
Vad är Copy URL+?
Copy URL+ är en Chrome-tillägg utvecklad av Naoto Yokoyama, och dess huvudfunktion är "Copy a short URL, title, and selected text in any format you want.".
Tilläggsskärmbilder
Ladda ner Copy URL+-förlängningens CRX-fil
Ladda ner Copy URL+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Key features - Keyboard shortcuts - Flexible context menus - URL shortening - Notifications Icons and promotional images are designed by Honeshabri.
Grundläggande Information om Tillägg
Namn | Copy URL+ |
ID | capojgaalppngkaagaobmigigcgnidmn |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn |
Beskrivning | Copy a short URL, title, and selected text in any format you want. |
Filstorlek | 35.59 KB |
Antal Installationer | 3,796 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2020-08-06 |
Publiceringsdatum | 2020-08-06 |
Betyg | 3.93/5 Totalt 45 Betyg |
Utvecklare | Naoto Yokoyama |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL+", "version": "1.1.1", "description": "Copy a short URL, title, and selected text in any format you want.", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/keyboard.js", "scripts\/content-script.js" ] } ], "permissions": [ "tabs", "clipboardWrite", "notifications", "contextMenus", "https:\/\/www.googleapis.com\/url\/shortener", "https:\/\/accounts.google.com\/o\/oauth2\/auth", "https:\/\/accounts.google.com\/o\/oauth2\/token", "http:\/\/*\/", "https:\/\/*\/" ] } |