Grab the links from Tabs
Grab the links from Tabs, and classify links.
Cos'è Grab the links from Tabs?
Grab the links from Tabs è un'estensione di Chrome sviluppata da kendo, e la sua funzione principale è "Grab the links from Tabs, and classify links.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Grab the links from Tabs
Scarica i file di estensione Grab the links from Tabs 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
Grab the links from Tabs, and classify links.
Informazioni di Base sull'Estensione
Nome | Grab the links from Tabs |
ID | homfaipfcodjimccjlbhadfgkbndlkkg |
URL Ufficiale | https://chromewebstore.google.com/detail/grab-the-links-from-tabs/homfaipfcodjimccjlbhadfgkbndlkkg |
Descrizione | Grab the links from Tabs, and classify links. |
Dimensione del File | 16.55 KB |
Conteggio Installazioni | 101 |
Versione Corrente | 1.707 |
Ultimo Aggiornamento | 2012-08-07 |
Data di Pubblicazione | 2012-08-07 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | kendo |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grab the links from Tabs", "version": "1.707", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*" ], "web_accessible_resources": [ "new.js", "can.png" ], "browser_action": { "name": "Grab", "default_icon": "icon.jpg" } } |