copy tab urls
copy tab url and titles.
Cos'è copy tab urls?
copy tab urls è un'estensione di Chrome sviluppata da msakamoto-sf, e la sua funzione principale è "copy tab url and titles.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione copy tab urls
Scarica i file di estensione copy tab urls in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome Extension for copy urls and titles for all tabs in current window, and format by preset template. Useful when create cited urls from opend tabs. Original source : https://github.com/msakamoto-sf/copy_tab_urls
Informazioni di Base sull'Estensione
Nome | |
ID | dpddcgncoldfnleboobgkogkjnbdofce |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-tab-urls/dpddcgncoldfnleboobgkogkjnbdofce |
Descrizione | copy tab url and titles. |
Dimensione del File | 44.28 KB |
Conteggio Installazioni | 256 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-02-28 |
Data di Pubblicazione | 2015-02-28 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | msakamoto-sf |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "copy tab urls", "version": "1.0", "description": "copy tab url and titles.", "browser_action": { "default_icon": "copy_tab_urls_128.png", "default_title": "copy all tab url and titles", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/eventpage.js" ], "persistent": false }, "permissions": [ "tabs" ], "options_page": "options.html", "minimum_chrome_version": "22", "author": "msakamoto-sf |