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.…
Vad är Posted To Reddit Or Not??
Posted To Reddit Or Not? är en Chrome-tillägg utvecklad av john.horner, och dess huvudfunktion är "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".
Tilläggsskärmbilder
Ladda ner Posted To Reddit Or Not?-förlängningens CRX-fil
Ladda ner Posted To Reddit Or Not?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Posted To Reddit Or Not? |
ID | nmafodiagdiddoekbldmmomihgncfone |
Officiell webbadress | https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone |
Beskrivning | Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.… |
Filstorlek | 24.01 KB |
Antal Installationer | 64 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2016-11-08 |
Publiceringsdatum | 2016-11-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | john.horner |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://johnhorner.info/posted-to-reddit-or-not/ |
Hjälpsida URL | http://johnhorner.info/posted-to-reddit-or-not/ |
Stödda Språk | 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" } } |