Simple bookmark
Save your favorite websites or save opened tabs, if you may need them in future, with a single click.
What is Simple bookmark?
Simple bookmark is a Chrome extension developed by levishuberherbrand, and its main feature is "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.".
Extension Screenshots
Download Simple bookmark Extension CRX File
Download Simple bookmark 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
Save all your currents tabs with one click! Open all webs of a folder also with one click. Easiest way to search and organize your bookmarks.
Extension Basic Information
Name | Simple bookmark |
ID | aecodjadibpbgapelmdheknchoeplfgi |
Official URL | https://chromewebstore.google.com/detail/simple-bookmark/aecodjadibpbgapelmdheknchoeplfgi |
Description | Save your favorite websites or save opened tabs, if you may need them in future, with a single click. |
File Size | 77.19 KB |
Installation Count | 30 |
Current Version | 6.9 |
Last Updated | 2022-01-20 |
Publish Date | 2019-02-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | levishuberherbrand |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://blintic.com/policy.html |
Supported Languages | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple bookmark", "description": "Save your favorite websites or save opened tabs, if you may need them in future, with a single click.", "version": "6.9", "default_locale": "en", "icons": { "24": "star.png", "128": "star.png" }, "permissions": [ "tabs" ], "background": { "service_worker": "jquery-1.js" }, "action": { "default_icon": "star.png", "default_popup": "popup.html" } } |