Bookmarker
The best bookmark plugin in the Eastern Hemisphere
Co je Bookmarker?
Bookmarker je rozšíření Chrome vyvinuté leelei, a jeho hlavní funkcí je „The best bookmark plugin in the Eastern Hemisphere“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bookmarker
Stáhněte si soubory rozšíření Bookmarker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Note: User default new tab will change This plug-in uses a better way to display and manage your bookmarks. It includes the following functions: 1. Tile bookmarks, up to two levels, to avoid reading obstacles caused by a multi-level tree structure. 2. Integrate multiple search engines to make your new tab page more useful 3. You can put your favorite bookmarks on top, making it easier for you to browse 4. The interface style that can be switched (day | night | follow system) is very user-friendly 5. You can retrieve your local bookmarks and find what you want from a vast number of bookmarks 6. Card-style simple and refreshing interface style
Základní Informace o Rozšíření
Název | |
ID | jblilhiaoipblnepleimgaamphkfhdla |
Oficiální URL | https://chromewebstore.google.com/detail/bookmarker/jblilhiaoipblnepleimgaamphkfhdla |
Popis | The best bookmark plugin in the Eastern Hemisphere |
Velikost souboru | 76.99 KB |
Počet instalací | 124 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2021-05-04 |
Datum Vydání | 2020-12-24 |
Hodnocení | 5.00/5 Celkem 9 Hodnocení |
Vývojář | leelei |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/leedalei/bookmarker |
URL Stránky Nápovědy | https://github.com/leedalei/bookmarker |
URL Stránky Zásad Ochrany Soukromí | http://bookmarker.evacgn.com/privacy-policy.html |
Podporované Jazyky | en,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 2, "version": "2.1", "permissions": [ "bookmarks", "storage", "chrome:\/\/favicon\/" ], "browser_action": { "default_icon": ".\/public\/bookmarker.png", "default_title": "\u4e66\u7b7e\u6d4f\u89c8\u5668" }, "chrome_url_overrides": { "newtab": ".\/public\/index.html" } } |