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
官方網址 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"
    ]
}