Bookmarker

The best bookmark plugin in the Eastern Hemisphere

Was ist Bookmarker?

Bookmarker ist eine Chrome-Erweiterung, die von leelei entwickelt wurde, und ihr Hauptmerkmal ist "The best bookmark plugin in the Eastern Hemisphere".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Bookmarker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmarker-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Bookmarker Bookmarker
ID jblilhiaoipblnepleimgaamphkfhdla
Offizielle URL https://chromewebstore.google.com/detail/bookmarker/jblilhiaoipblnepleimgaamphkfhdla
Beschreibung The best bookmark plugin in the Eastern Hemisphere
Dateigröße 76.99 KB
Installationsanzahl 124
Aktuelle Version 2.1
Letztes Update 2021-05-04
Veröffentlichungsdatum 2020-12-24
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler leelei
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/leedalei/bookmarker
Hilfeseite URL https://github.com/leedalei/bookmarker
URL der Datenschutzrichtlinien-Seite http://bookmarker.evacgn.com/privacy-policy.html
Unterstützte Sprachen 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"
    }
}