Digg

The most interesting and talked about stories, videos and pictures on the web.

Diggคืออะไร?

Digg เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://digg.com และคุณลักษณะหลักของมันคือ "The most interesting and talked about stories, videos and pictures on the web."

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

screenshot
screenshot
screenshot

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

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

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

                        A simple, powerful and speedy way to follow your favorite publishers, writers, and bloggers. 

With this extension you can:

* Keep up with your newest Digg Reader stories with real-time unread counts.

* Add subscriptions to your favorite sources directly to Digg Reader.                    

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

ชื่อ Digg Digg
ID jilldpbanhfjgelnkkkdeafaadbdackp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/digg/jilldpbanhfjgelnkkkdeafaadbdackp
คำอธิบาย The most interesting and talked about stories, videos and pictures on the web.
ขนาดไฟล์ 75.87 KB
จำนวนการติดตั้ง 1,230
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2013-09-24
วันที่เผยแพร่ 2013-09-24
คะแนน 3.84/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา https://digg.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://digg.com
URL หน้าช่วยเหลือ http://support.digg.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Digg",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "The most interesting and talked about stories, videos and pictures on the web.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-19.png"
    },
    "background": {
        "scripts": [
            "js\/lib\/require.min.js",
            "js\/require_config.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/digg.com\/reader*"
            ],
            "js": [
                "js\/lib\/require.min.js",
                "js\/require_config.js",
                "js\/require_cs.js",
                "js\/diggreader.js"
            ]
        },
        {
            "matches": [
                "*:\/\/digg.com\/settings*"
            ],
            "js": [
                "js\/lib\/require.min.js",
                "js\/require_config.js",
                "js\/require_cs.js",
                "js\/digg_settings.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "*:\/\/*.digg.com\/*"
    ],
    "web_accessible_resources": [
        "\/js\/*",
        "\/images\/*",
        "\/css\/*",
        "\/html\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}