Better Bookmarks

Quickly search and manage all your Bookmarks in Google Chrome

Better Bookmarksとは何ですか?

Better Bookmarksはhttps://sites.google.com/site/chromeappdevupdatesによって開発されたChromeの拡張機能で、その主な機能は「Quickly search and manage all your Bookmarks in Google Chrome」です。

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

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

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

拡張機能の使用方法

                        Chrome App Bookmarks, "Better Bookmarks" (Beta) Allows users to quickly search all chrome browser bookmarks. 

This is a beta release however the core libraries are unchanged and are the official release of the chrome and chromium development group. Only additional functionality has been added.

Released and utilized by members of the chromium dev team and is for use only with current up-to-date official Google versions of the browser, and comes with no warranty. Check yours for versions upwards of 16, by clicking settings, then help. Or navigating your Google browser to chrome://about or chrome://version                    

拡張機能の基本情報

名前 Better Bookmarks Better Bookmarks
ID jlcbikfbhkjpfbmaninlggceepiidhdm
公式URL https://chromewebstore.google.com/detail/better-bookmarks/jlcbikfbhkjpfbmaninlggceepiidhdm
説明 Quickly search and manage all your Bookmarks in Google Chrome
ファイルサイズ 34.82 KB
インストール数 122
現在のバージョン 1.1
最終更新日 2016-07-21
公開日 2016-07-21
評価 4.20/5 合計 5 レビュー
開発者 https://sites.google.com/site/chromeappdevupdates
支払い方法 free
拡張機能のウェブサイト http://chromeapp.auto-update.co/bookmarks
ヘルプページのURL http://chromeapp.auto-update.co/bookmarks
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Bookmarks",
    "version": "1.1",
    "description": "Quickly search and manage all your Bookmarks in Google Chrome",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "Better Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}