Easy Bookmark Manager Extension

This extension makes it very easy to add new bookmarks.

Easy Bookmark Manager Extensionとは何ですか?

Easy Bookmark Manager ExtensionはRudi Olckersによって開発されたChromeの拡張機能で、その主な機能は「This extension makes it very easy to add new bookmarks.」です。

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

screenshot
screenshot

Easy Bookmark Manager Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension compliments the self-hosted Easy Bookmark Manager project (https://github.com/devimust/easy-bookmark-manager) to make adding new bookmark items as painless as possible.                    

拡張機能の基本情報

名前 Easy Bookmark Manager Extension Easy Bookmark Manager Extension
ID hhonlfdhoejpaofmmppaogebkfnbgefi
公式URL https://chromewebstore.google.com/detail/easy-bookmark-manager-ext/hhonlfdhoejpaofmmppaogebkfnbgefi
説明 This extension makes it very easy to add new bookmarks.
ファイルサイズ 14.5 KB
インストール数 220
現在のバージョン 1.0
最終更新日 2016-01-25
公開日 2016-01-24
開発者 Rudi Olckers
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Bookmark Manager Extension",
    "version": "1.0",
    "description": "This extension makes it very easy to add new bookmarks.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "storage"
    ]
}