Digg
The most interesting and talked about stories, videos and pictures on the web.
Apa itu Digg?
Digg adalah ekstensi Chrome yang dikembangkan oleh https://digg.com, dan fitur utamanya adalah "The most interesting and talked about stories, videos and pictures on the web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Digg
Unduh file ekstensi Digg dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jilldpbanhfjgelnkkkdeafaadbdackp |
URL Resmi | https://chromewebstore.google.com/detail/digg/jilldpbanhfjgelnkkkdeafaadbdackp |
Deskripsi | The most interesting and talked about stories, videos and pictures on the web. |
Ukuran File | 75.87 KB |
Jumlah Instalasi | 1,230 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2013-09-24 |
Tanggal Publikasi | 2013-09-24 |
Penilaian | 3.84/5 Total 31 Penilaian |
Pengembang | https://digg.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://digg.com |
URL Halaman Bantuan | http://support.digg.com |
Bahasa yang Didukung | 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'" } |