StackInbox
Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.
Qu'est-ce que StackInbox ?
StackInbox est une extension Chrome développée par James Mortensen, et sa fonction principale est "Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StackInbox
Téléchargez les fichiers d'extension StackInbox 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
Preserves new Stack Exchange Inbox messages until they are actually read. Items appear in the global inbox as they normally would, but the only items marked as read are ones that you click on. If there are unread items in the inbox, but you've viewed the inbox already, the unread count is displayed in blue instead of red. This Chrome Extension was inspired by a Meta Stack Overflow feature request: (http://meta.stackoverflow.com/q/72440/155826). Because the development team is interested in avoiding bloat, anything that adds user preferences to the system or that adds more complexity is avoided. Thus, this extension gives this functionality to those who want it.
Informations de Base sur l'Extension
Nom | |
ID | kmjiigfeolianjdlcdhnjmobidmidhod |
URL Officiel | https://chrome.google.com/webstore/detail/stackinbox/kmjiigfeolianjdlcdhnjmobidmidhod |
Description | Preserves New Stack Exchange Inbox Messages Until They Are Actually Read. |
Taille du Fichier | 38.42 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2014-03-01 |
Date de Publication | 2014-03-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | James Mortensen |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://stackapps.com/q/3778/4812 |
URL de la Page d'Aide | http://stackapps.com/q/3778/4812 |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http:\/\/stackapps.com\/*", "http:\/\/*.stackoverflow.com\/*", "http:\/\/*.stackexchange.com\/*", "http:\/\/stackoverflow.com\/*", "http:\/\/serverfault.com\/*", "http:\/\/*.serverfault.com\/*", "http:\/\/superuser.com\/*", "http:\/\/*.superuser.com\/*", "http:\/\/askubuntu.com\/*", "http:\/\/*.askubuntu.com\/*", "http:\/\/mathoverflow.net\/*", "http:\/\/*.mathoverflow.net\/*" ], "js": [ "stackInbox.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Preserves New Stack Exchange Inbox Messages Until They Are Actually Read.", "name": "StackInbox", "homepage_url": "http:\/\/stackapps.com\/q\/3778\/4812", "version": "1.1.3", "manifest_version": 2, "permissions": [ "storage", "https:\/\/api.stackexchange.com\/*" ], "icons": { "16": "16-StackInbox.png", "48": "48-StackInbox.png", "128": "128-StackInbox.png" } } |