Posted To Reddit Or Not?
Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Qu'est-ce que Posted To Reddit Or Not? ?
Posted To Reddit Or Not? est une extension Chrome développée par john.horner, et sa fonction principale est "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Posted To Reddit Or Not?
Téléchargez les fichiers d'extension Posted To Reddit Or Not? 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
Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully. Version 0.5: some columns sortable.. Version 0.4: fixed date bug, internal improvements. Version 0.3: improved icons, reduced permissions.
Informations de Base sur l'Extension
Nom | Posted To Reddit Or Not? |
ID | nmafodiagdiddoekbldmmomihgncfone |
URL Officiel | https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone |
Description | Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.… |
Taille du Fichier | 24.01 KB |
Nombre d'Installations | 64 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2016-11-08 |
Date de Publication | 2016-11-08 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | john.horner |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://johnhorner.info/posted-to-reddit-or-not/ |
URL de la Page d'Aide | http://johnhorner.info/posted-to-reddit-or-not/ |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "short_name": "postedToRedditOrNot", "name": "Posted To Reddit Or Not?", "version": "0.5", "content_security_policy": "script-src 'self' https:\/\/www.reddit.com; object-src 'self'", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |