Copy URL+
Copy a short URL, title, and selected text in any format you want.
Wat is Copy URL+?
Copy URL+ is een Chrome-extensie ontwikkeld door Naoto Yokoyama, en de belangrijkste functie is "Copy a short URL, title, and selected text in any format you want.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy URL+
Download Copy URL+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Key features - Keyboard shortcuts - Flexible context menus - URL shortening - Notifications Icons and promotional images are designed by Honeshabri.
Basisinformatie over de Extensie
Naam | Copy URL+ |
ID | capojgaalppngkaagaobmigigcgnidmn |
Officiële URL | https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn |
Beschrijving | Copy a short URL, title, and selected text in any format you want. |
Bestandsgrootte | 35.59 KB |
Aantal Installaties | 3,796 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2020-08-06 |
Publicatiedatum | 2020-08-06 |
Beoordeling | 3.93/5 Totaal 45 Beoordelingen |
Ontwikkelaar | Naoto Yokoyama |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/" ] } |