Digg New Tab Extension
Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.
Cos'è Digg New Tab Extension?
Digg New Tab Extension è un'estensione di Chrome sviluppata da http://digg.com, e la sua funzione principale è "Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Digg New Tab Extension
Scarica i file di estensione Digg New Tab Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ifhmmfkaojalpgphoaknehmekeoilfhh |
URL Ufficiale | https://chrome.google.com/webstore/detail/digg-new-tab-extension/ifhmmfkaojalpgphoaknehmekeoilfhh |
Descrizione | Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com. |
Dimensione del File | 199 KB |
Conteggio Installazioni | 1,650 |
Versione Corrente | 1.37 |
Ultimo Aggiornamento | 2020-09-19 |
Data di Pubblicazione | 2020-04-13 |
Valutazione | 3.00/5 Totale 10 Valutazioni |
Sviluppatore | http://digg.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://digg.com |
URL della Pagina della Politica sulla Privacy | http://digg.com/privacy |
Lingue Supportate | 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'" } |