Bookmarker

The best bookmark plugin in the Eastern Hemisphere

Qu'est-ce que Bookmarker ?

Bookmarker est une extension Chrome développée par leelei, et sa fonction principale est "The best bookmark plugin in the Eastern Hemisphere".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmarker

Téléchargez les fichiers d'extension Bookmarker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bookmarker Bookmarker
ID jblilhiaoipblnepleimgaamphkfhdla
URL Officiel https://chromewebstore.google.com/detail/bookmarker/jblilhiaoipblnepleimgaamphkfhdla
Description The best bookmark plugin in the Eastern Hemisphere
Taille du Fichier 76.99 KB
Nombre d'Installations 124
Version Actuelle 2.1
Dernière Mise à Jour 2021-05-04
Date de Publication 2020-12-24
Évaluation 5.00/5 Total 9 Évaluations
Développeur leelei
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/leedalei/bookmarker
URL de la Page d'Aide https://github.com/leedalei/bookmarker
URL de la Page de Politique de Confidentialité http://bookmarker.evacgn.com/privacy-policy.html
Langues Prises en Charge 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"
    }
}