Bookmark All
Bookmark all open page
Wat is Bookmark All?
Bookmark All is een Chrome-extensie ontwikkeld door gfasino, en de belangrijkste functie is "Bookmark all open page".
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
This extension will put in your bookmarks all your open tabs with just one click! You will find the saved pages in the 'Other Bookmarks' folder, only not-bookmarked pages will be saved.
Basisinformatie over de Extensie
Naam | Bookmark All |
ID | kndnfenadgphkdbohkjodpmbejmglofp |
Officiële URL | https://chromewebstore.google.com/detail/bookmark-all/kndnfenadgphkdbohkjodpmbejmglofp |
Beschrijving | Bookmark all open page |
Bestandsgrootte | 10.61 KB |
Aantal Installaties | 35 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-08-24 |
Publicatiedatum | 2016-08-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | gfasino |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark All", "description": "Bookmark all open page", "version": "2.0", "browser_action": { "default_icon": "128.png", "default_title": "Bookmark All" }, "permissions": [ "activeTab", "tabs", "bookmarks" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "128": "128.png" } } |