Bookmark All
Extends chrome's bookmark all tabs feature across all open windows.
Cos'è Bookmark All?
Bookmark All è un'estensione di Chrome sviluppata da Andrew Sutherland, e la sua funzione principale è "Extends chrome's bookmark all tabs feature across all open windows.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bookmark All
Scarica i file di estensione Bookmark All 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
Super simple extension. Extends chrome's 'Bookmark all Tabs' feature across all open windows. Click the icon, choose your folder (ISO 8601 Short by default) and every tab in every window is bookmarked into the new folder under 'Other Bookmarks'. That's it! This extension is open sourced on github, see Details > Website.
Informazioni di Base sull'Estensione
Nome | Bookmark All |
ID | jjhpikpjjhlcmifagompgmhkjalhjopj |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmark-all/jjhpikpjjhlcmifagompgmhkjalhjopj |
Descrizione | Extends chrome's bookmark all tabs feature across all open windows. |
Dimensione del File | 67 KB |
Conteggio Installazioni | 3,483 |
Versione Corrente | 4 |
Ultimo Aggiornamento | 2013-08-26 |
Data di Pubblicazione | 2013-08-26 |
Valutazione | 4.18/5 Totale 34 Valutazioni |
Sviluppatore | Andrew Sutherland |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/drewis/chrome_extension_bookmark_all |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "4", "name": "Bookmark All", "author": "Andrew Sutherland", "description": "Extends chrome's bookmark all tabs feature across all open windows.", "permissions": [ "bookmarks", "tabs" ], "icons": { "128": "star_icons_128.png", "48": "star_icons_48.png" }, "browser_action": { "default_icon": { "19": "star_icons_19.png", "38": "star_icons_38.png" }, "default_popup": "popup.html", "default_title": "Bookmark All" }, "background": { "scripts": [ "background.js" ] } } |