Delicious Bookmarks

Delicious Bookmarks.

什麼是Delicious Bookmarks?

Delicious Bookmarks是由Gary Danko開發的Chrome擴展程式,該擴展的主要功能是“Delicious Bookmarks.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Delicious Bookmarks擴展crx文件

下載Delicious Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Delicious Bookmarks provides a tree-based view of your Delicious bookmarks. Features include:

* Supports tags with spaces in the names.
* Add, edit, delete bookmarks.
* Extension icon indicates whether or not the bookmark is saved in Delicious.

Options include:
* Expand folders on mouseover.
* Choose to open in new tab or current tab.
* Change sort order.
* New bookmarks default to "private"
* Customized tooltips can be displayed about each bookmark on mouse over.
* Specify a tag to "dump" untagged bookmarks in to.                    

擴展基本資訊

名稱 Delicious Bookmarks Delicious Bookmarks
ID cbnjedigaeapeplkdegdifdbdofilnog
官方網址 https://chromewebstore.google.com/detail/delicious-bookmarks/cbnjedigaeapeplkdegdifdbdofilnog
簡介 Delicious Bookmarks.
檔案大小 365 KB
安裝次數 160
目前版本 0.0.1.2
更新時間 2015-05-21
上架時間 2015-05-20
評分 1.00/5 共 1 次評分
開發者 Gary Danko
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Delicious Bookmarks",
    "description": "Delicious Bookmarks.",
    "version": "0.0.1.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/delicious19-active.png",
            "38": "images\/delicious38-active.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/delicious16.png",
        "48": "images\/delicious48.png",
        "128": "images\/delicious128.png"
    },
    "permissions": [
        "storage",
        "background",
        "tabs",
        "https:\/\/api.delicious.com\/*",
        "https:\/\/api.del.icio.us\/v1\/*"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    }
}