Dewey

The best way to save bookmarks, create collections and share with your friends.

Deweyคืออะไร?

Dewey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dewey.to และคุณลักษณะหลักของมันคือ "The best way to save bookmarks, create collections and share with your friends."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Dewey ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The best way to save bookmarks, create collections and share with groups.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
คำอธิบาย The best way to save bookmarks, create collections and share with your friends.
ขนาดไฟล์ 601 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 0.3.2
อัปเดตครั้งล่าสุด 2014-08-11
วันที่เผยแพร่ 2014-08-11
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://dewey.to
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://dewey.to
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dewey",
    "description": "The best way to save bookmarks, create collections and share with your friends.",
    "version": "0.3.2",
    "omnibox": {
        "keyword": "dewey"
    },
    "icons": {
        "128": "dewey-icon-lg.png",
        "16": "dewey-icon-omni.png"
    },
    "permissions": [
        "",
        "tabs",
        "bookmarks"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dewey.to\/*",
                "http:\/\/dewey.to\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "check-dewey-browser-extension.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.pubnub.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "dewey-sm.png",
        "default_popup": "index.html"
    }
}