Tidy Bookmarks Lite
Tidy Bookmarks Lite
What is Tidy Bookmarks Lite?
Tidy Bookmarks Lite is a Chrome extension developed by Kunihiro Ando, and its main feature is "Tidy Bookmarks Lite".
Extension Screenshots
Download Tidy Bookmarks Lite Extension CRX File
Download Tidy Bookmarks Lite 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
Tidy Bookmarks (Lite) Access bookmarks via popup menu. Display bookmark tree side by side. No ads, no spyware. ********* Lite version is loaded only when it's needed. Lite-------------- Bookmarks Pop-up Persistence : false Normal-------------- Bookmarks Pop-up Persistence : true Search bookmarks from the address bar Bookmark tags Shortcut keys https://chrome.google.com/webstore/detail/tidy-bookmarks/bennikkpnelmfdiijpdclfincmnoabae
Extension Basic Information
Name | |
ID | daojfgjlldndcjaidckepeokebmioobl |
Official URL | https://chrome.google.com/webstore/detail/tidy-bookmarks-lite/daojfgjlldndcjaidckepeokebmioobl |
Description | Tidy Bookmarks Lite |
File Size | 55.36 KB |
Installation Count | 467 |
Current Version | 2.5 |
Last Updated | 2017-02-15 |
Publish Date | 2017-02-15 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Kunihiro Ando |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tidy Bookmarks Lite", "version": "2.5", "description": "Tidy Bookmarks Lite", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icon19.png", "default_title": "Tidy Bookmarks Lite", "default_popup": "popup.html" }, "web_accessible_resources": [ "icon19on.png", "icon19off.png" ], "minimum_chrome_version": "19", "permissions": [ "bookmarks", "chrome:\/\/favicon\/*", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |