Tidy Bookmarks Lite
Tidy Bookmarks Lite
Wat is Tidy Bookmarks Lite?
Tidy Bookmarks Lite is een Chrome-extensie ontwikkeld door Kunihiro Ando, en de belangrijkste functie is "Tidy Bookmarks Lite".
Extensie Screenshots
Download het CRX-bestand van de extensie Tidy Bookmarks Lite
Download Tidy Bookmarks Lite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | daojfgjlldndcjaidckepeokebmioobl |
Officiële URL | https://chrome.google.com/webstore/detail/tidy-bookmarks-lite/daojfgjlldndcjaidckepeokebmioobl |
Beschrijving | Tidy Bookmarks Lite |
Bestandsgrootte | 55.36 KB |
Aantal Installaties | 467 |
Huidige Versie | 2.5 |
Laatst Bijgewerkt | 2017-02-15 |
Publicatiedatum | 2017-02-15 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Kunihiro Ando |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |