Delicious Bookmarks

Delicious Bookmarks.

Delicious Bookmarksคืออะไร?

Delicious Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gary Danko และคุณลักษณะหลักของมันคือ "Delicious Bookmarks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Delicious Bookmarks

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}