Digg New Tab Extension
Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.
Digg New Tab Extensionとは何ですか?
Digg New Tab Extensionはhttp://digg.comによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.」です。
拡張機能のスクリーンショット
Digg New Tab Extension拡張機能のCRXファイルをダウンロード
Digg New Tab Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | ifhmmfkaojalpgphoaknehmekeoilfhh |
公式URL | https://chrome.google.com/webstore/detail/digg-new-tab-extension/ifhmmfkaojalpgphoaknehmekeoilfhh |
説明 | Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com. |
ファイルサイズ | 199 KB |
インストール数 | 1,650 |
現在のバージョン | 1.37 |
最終更新日 | 2020-09-19 |
公開日 | 2020-04-13 |
評価 | 3.00/5 合計 10 レビュー |
開発者 | http://digg.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://digg.com |
プライバシーポリシーページのURL | http://digg.com/privacy |
対応言語 | 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'" } |