Bookmark All
Bookmark all tabs to a temp folder.
What is Bookmark All?
Bookmark All is a Chrome extension developed by jchuai, and its main feature is "Bookmark all tabs to a temp folder.".
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
A simple chrome plugin which allows user to bookmark all the tabs to a temp folder under the bookmark bar. The folder will be named related with current time, like '2014-12-08 18:25:34', which would be easier for user to track the history data. Version 1.1: Add new feature to allow user enter the folder name. If no name provided, the tabs would save into one folder named with current date.
Extension Basic Information
Name | Bookmark All |
ID | hgkgfbldbflndlpnnhbdallenfmiejnb |
Official URL | https://chromewebstore.google.com/detail/bookmark-all/hgkgfbldbflndlpnnhbdallenfmiejnb |
Description | Bookmark all tabs to a temp folder. |
File Size | 316 KB |
Installation Count | 158 |
Current Version | 1.1 |
Last Updated | 2015-07-29 |
Publish Date | 2015-07-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jchuai |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark All", "version": "1.1", "description": "Bookmark all tabs to a temp folder.", "icons": { "16": "bookmark48.png", "48": "bookmark48.png", "128": "bookmark128.png" }, "browser_action": { "default_title": "Bookmark All Tabs", "default_popup": "popup.html" }, "permissions": [ "bookmarks", "tabs" ] } |