Digg New Tab Extension
Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.
Digg New Tab Extension là gì?
Digg New Tab Extension là một tiện ích mở rộng Chrome được phát triển bởi http://digg.com, và tính năng chính của nó là "Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.".
Ả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 New Tab Extension
Tải xuống các tệp mở rộng Digg New Tab Extension 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
When you open a new tab in Chrome, instead of the default, a nice image and the latest stories from digg.com will be loaded.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ifhmmfkaojalpgphoaknehmekeoilfhh |
URL Chính Thức | https://chrome.google.com/webstore/detail/digg-new-tab-extension/ifhmmfkaojalpgphoaknehmekeoilfhh |
Mô tả | Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com. |
Kích Thước Tệp | 199 KB |
Số Lần Cài Đặt | 1,650 |
Phiên Bản Hiện Tại | 1.37 |
Cập Nhật Lần Cuối | 2020-09-19 |
Ngày Phát Hành | 2020-04-13 |
Đánh Giá | 3.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | http://digg.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://digg.com |
URL Trang Chính Sách Bảo Mật | http://digg.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Digg New Tab Extension", "version": "1.37", "description": "Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.", "author": "Digg", "chrome_url_overrides": { "newtab": "dashboard.html" }, "icons": { "128": "icon_128.png" }, "permissions": [ "activeTab", "*:\/\/*.digg.com\/*", "*:\/\/stocksnap.io\/*" ], "background": { "persistent": false, "scripts": [ "vendor\/jquery-3.3.1.min.js", "dist\/js\/app.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.ipinfo.io\/" ], "js": [ "dist\/js\/app.min.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ipinfo.io\/; object-src 'self'" } |