Bookmark All
Bookmark all open page
What is Bookmark All?
Bookmark All is a Chrome extension developed by gfasino, and its main feature is "Bookmark all open page".
Extension Screenshots
Download Bookmark All Extension CRX File
Download Bookmark All extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bookmark All |
ID | kndnfenadgphkdbohkjodpmbejmglofp |
Official URL | https://chromewebstore.google.com/detail/bookmark-all/kndnfenadgphkdbohkjodpmbejmglofp |
Description | Bookmark all open page |
File Size | 10.61 KB |
Installation Count | 35 |
Current Version | 2.0 |
Last Updated | 2016-08-24 |
Publish Date | 2016-08-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | gfasino |
Payment Type | free |
Supported Languages | 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" } } |