Copy URL+
Copy a short URL, title, and selected text in any format you want.
Co to jest Copy URL+?
Copy URL+ to rozszerzenie Chrome opracowane przez Naoto Yokoyama, a jego główną funkcją jest „Copy a short URL, title, and selected text in any format you want.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy URL+
Pobierz pliki rozszerzeń Copy URL+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Key features - Keyboard shortcuts - Flexible context menus - URL shortening - Notifications Icons and promotional images are designed by Honeshabri.
Podstawowe informacje o rozszerzeniu
Nazwa | Copy URL+ |
ID | capojgaalppngkaagaobmigigcgnidmn |
Oficjalny URL | https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn |
Opis | Copy a short URL, title, and selected text in any format you want. |
Rozmiar pliku | 35.59 KB |
Liczba instalacji | 3,796 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2020-08-06 |
Data Publikacji | 2020-08-06 |
Ocena | 3.93/5 Łącznie 45 Oceny |
Deweloper | Naoto Yokoyama |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/" ] } |