Bookmark All My Tabs
Bookmark all tabs open in the current window.
Cos'è Bookmark All My Tabs?
Bookmark All My Tabs è un'estensione di Chrome sviluppata da Dan Caprine, e la sua funzione principale è "Bookmark all tabs open in the current window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmark All My Tabs
Scarica i file di estensione Bookmark All My 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
Press the button to create a new folder on the Bookmarks Bar containing bookmarks for all tabs in the current browser window. This extension was written to be as simple as possible. It has no settings, no advanced features and requires no questionable permissions.
Informazioni di Base sull'Estensione
Nome | Bookmark All My Tabs |
ID | denfaogdclkkmeogbnfmiohpkcogamdn |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmark-all-my-tabs/denfaogdclkkmeogbnfmiohpkcogamdn |
Descrizione | Bookmark all tabs open in the current window. |
Dimensione del File | 15.94 KB |
Conteggio Installazioni | 608 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-04-30 |
Data di Pubblicazione | 2014-04-30 |
Valutazione | 4.71/5 Totale 7 Valutazioni |
Sviluppatore | Dan Caprine |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark All My Tabs", "description": "Bookmark all tabs open in the current window.", "version": "1.0", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "bookmarks", "tabs" ], "background": { "scripts": [ "bookmarkAllMyTabs.js" ] }, "browser_action": { "default_title": "Bookmark All My Tabs", "default_icon": "icon_48.png" } } |