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.…
Was ist Posted To Reddit Or Not??
Posted To Reddit Or Not? ist eine Chrome-Erweiterung, die von john.horner entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".
Erweiterungsscreenshots
Posted To Reddit Or Not?-Erweiterungs-CRX-Datei herunterladen
Laden Sie Posted To Reddit Or Not?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Posted To Reddit Or Not? |
ID | nmafodiagdiddoekbldmmomihgncfone |
Offizielle URL | https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone |
Beschreibung | Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.… |
Dateigröße | 24.01 KB |
Installationsanzahl | 64 |
Aktuelle Version | 0.5 |
Letztes Update | 2016-11-08 |
Veröffentlichungsdatum | 2016-11-08 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | john.horner |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://johnhorner.info/posted-to-reddit-or-not/ |
Hilfeseite URL | http://johnhorner.info/posted-to-reddit-or-not/ |
Unterstützte Sprachen | 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" } } |