Digg
The most interesting and talked about stories, videos and pictures on the web.
Digg là gì?
Digg là một tiện ích mở rộng Chrome được phát triển bởi https://digg.com, và tính năng chính của nó là "The most interesting and talked about stories, videos and pictures on the web.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Digg
Tải xuống các tệp mở rộng Digg dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jilldpbanhfjgelnkkkdeafaadbdackp |
URL Chính Thức | https://chromewebstore.google.com/detail/digg/jilldpbanhfjgelnkkkdeafaadbdackp |
Mô tả | The most interesting and talked about stories, videos and pictures on the web. |
Kích Thước Tệp | 75.87 KB |
Số Lần Cài Đặt | 1,230 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2013-09-24 |
Ngày Phát Hành | 2013-09-24 |
Đánh Giá | 3.84/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | https://digg.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://digg.com |
URL Trang Trợ Giúp | http://support.digg.com |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |