Digg

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

Digg란 무엇입니까?

Digg은(는) https://digg.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most interesting and talked about stories, videos and pictures on the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Digg 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}