Bookmark All
Extends chrome's bookmark all tabs feature across all open windows.
Wat is Bookmark All?
Bookmark All is een Chrome-extensie ontwikkeld door Andrew Sutherland, en de belangrijkste functie is "Extends chrome's bookmark all tabs feature across all open windows.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bookmark All
Download Bookmark All-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bookmark All |
ID | jjhpikpjjhlcmifagompgmhkjalhjopj |
Officiële URL | https://chromewebstore.google.com/detail/bookmark-all/jjhpikpjjhlcmifagompgmhkjalhjopj |
Beschrijving | Extends chrome's bookmark all tabs feature across all open windows. |
Bestandsgrootte | 67 KB |
Aantal Installaties | 3,483 |
Huidige Versie | 4 |
Laatst Bijgewerkt | 2013-08-26 |
Publicatiedatum | 2013-08-26 |
Beoordeling | 4.18/5 Totaal 34 Beoordelingen |
Ontwikkelaar | Andrew Sutherland |
Betalingswijze | free |
Extensiewebsite | https://github.com/drewis/chrome_extension_bookmark_all |
Ondersteunde Talen | 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" ] } } |