Bookmarker

The best bookmark plugin in the Eastern Hemisphere

Bookmarkerとは何ですか?

Bookmarkerはleeleiによって開発されたChromeの拡張機能で、その主な機能は「The best bookmark plugin in the Eastern Hemisphere」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Bookmarker拡張機能のCRXファイルをダウンロード

Bookmarker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Bookmarker Bookmarker
ID jblilhiaoipblnepleimgaamphkfhdla
公式URL https://chromewebstore.google.com/detail/bookmarker/jblilhiaoipblnepleimgaamphkfhdla
説明 The best bookmark plugin in the Eastern Hemisphere
ファイルサイズ 76.99 KB
インストール数 124
現在のバージョン 2.1
最終更新日 2021-05-04
公開日 2020-12-24
評価 5.00/5 合計 9 レビュー
開発者 leelei
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/leedalei/bookmarker
ヘルプページのURL https://github.com/leedalei/bookmarker
プライバシーポリシーページのURL http://bookmarker.evacgn.com/privacy-policy.html
対応言語 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"
    }
}