Favicon counter for Google+
Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.
Qu'est-ce que Favicon counter for Google+ ?
Favicon counter for Google+ est une extension Chrome développée par https://kupriyanov.com, et sa fonction principale est "Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Favicon counter for Google+
Téléchargez les fichiers d'extension Favicon counter for Google+ 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
Keep an eye on the Google+ stream and never miss another breaking news in again, even while browsing in other tabs. v0.0.20: added new icon
Informations de Base sur l'Extension
Nom | Favicon counter for Google+ |
ID | noogdbofibkpjbipamihpfenckclpahj |
URL Officiel | https://chromewebstore.google.com/detail/favicon-counter-for-googl/noogdbofibkpjbipamihpfenckclpahj |
Description | Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab. |
Taille du Fichier | 172 KB |
Nombre d'Installations | 10 |
Version Actuelle | 0.0.20 |
Dernière Mise à Jour | 2015-09-19 |
Date de Publication | 2015-09-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://kupriyanov.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://google.com/+MishaMKupriyanov |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.20", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "48": "images\/icon-48.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/GPlusCounter.js", "bower_components\/mkfavcount\/favcount.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/plus.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "\/images\/faviconr3.ico" ] } |