Digg New Tab Extension
Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.
Wat is Digg New Tab Extension?
Digg New Tab Extension is een Chrome-extensie ontwikkeld door http://digg.com, en de belangrijkste functie is "Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Digg New Tab Extension
Download Digg New Tab Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ifhmmfkaojalpgphoaknehmekeoilfhh |
Officiële URL | https://chrome.google.com/webstore/detail/digg-new-tab-extension/ifhmmfkaojalpgphoaknehmekeoilfhh |
Beschrijving | Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com. |
Bestandsgrootte | 199 KB |
Aantal Installaties | 1,650 |
Huidige Versie | 1.37 |
Laatst Bijgewerkt | 2020-09-19 |
Publicatiedatum | 2020-04-13 |
Beoordeling | 3.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://digg.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://digg.com |
URL van de Privacybeleid Pagina | http://digg.com/privacy |
Ondersteunde Talen | 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'" } |