Save Tabs
Saves open tabs to the bookmarks for easy sync and for saving memory
Cos'è Save Tabs?
Save Tabs è un'estensione di Chrome sviluppata da NSD, e la sua funzione principale è "Saves open tabs to the bookmarks for easy sync and for saving memory".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save Tabs
Scarica i file di estensione Save 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
This extension saves open tabs to the bookmarks for easy sync and for saving memory
Informazioni di Base sull'Estensione
Nome | Save Tabs |
ID | jnnkhocfnekiikbiilndmhoamjfhgbog |
URL Ufficiale | https://chromewebstore.google.com/detail/save-tabs/jnnkhocfnekiikbiilndmhoamjfhgbog |
Descrizione | Saves open tabs to the bookmarks for easy sync and for saving memory |
Dimensione del File | 7.11 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2015-11-23 |
Data di Pubblicazione | 2015-11-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | NSD |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Tabs", "version": "0.2", "description": "Saves open tabs to the bookmarks for easy sync and for saving memory", "permissions": [ "tabs", "bookmarks" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Save Tabs", "default_icon": "icon.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |