Tidy Bookmarks Lite
Tidy Bookmarks Lite
Was ist Tidy Bookmarks Lite?
Tidy Bookmarks Lite ist eine Chrome-Erweiterung, die von Kunihiro Ando entwickelt wurde, und ihr Hauptmerkmal ist "Tidy Bookmarks Lite".
Erweiterungsscreenshots
Tidy Bookmarks Lite-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tidy Bookmarks Lite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | daojfgjlldndcjaidckepeokebmioobl |
Offizielle URL | https://chrome.google.com/webstore/detail/tidy-bookmarks-lite/daojfgjlldndcjaidckepeokebmioobl |
Beschreibung | Tidy Bookmarks Lite |
Dateigröße | 55.36 KB |
Installationsanzahl | 467 |
Aktuelle Version | 2.5 |
Letztes Update | 2017-02-15 |
Veröffentlichungsdatum | 2017-02-15 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | Kunihiro Ando |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |