Digg
The most interesting and talked about stories, videos and pictures on the web.
Qu'est-ce que Digg ?
Digg est une extension Chrome développée par https://digg.com, et sa fonction principale est "The most interesting and talked about stories, videos and pictures on the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Digg
Téléchargez les fichiers d'extension Digg au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jilldpbanhfjgelnkkkdeafaadbdackp |
URL Officiel | https://chromewebstore.google.com/detail/digg/jilldpbanhfjgelnkkkdeafaadbdackp |
Description | The most interesting and talked about stories, videos and pictures on the web. |
Taille du Fichier | 75.87 KB |
Nombre d'Installations | 1,230 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2013-09-24 |
Date de Publication | 2013-09-24 |
Évaluation | 3.84/5 Total 31 Évaluations |
Développeur | https://digg.com |
Type de Paiement | free |
Site Web de l'Extension | http://digg.com |
URL de la Page d'Aide | http://support.digg.com |
Langues Prises en Charge | 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'" } |