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.…
What is Posted To Reddit Or Not??
Posted To Reddit Or Not? is a Chrome extension developed by john.horner, and its main feature is "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".
Extension Screenshots
Download Posted To Reddit Or Not? Extension CRX File
Download Posted To Reddit Or Not? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Posted To Reddit Or Not? |
ID | nmafodiagdiddoekbldmmomihgncfone |
Official URL | 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.… |
File Size | 24.01 KB |
Installation Count | 64 |
Current Version | 0.5 |
Last Updated | 2016-11-08 |
Publish Date | 2016-11-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | john.horner |
[email protected] | |
Payment Type | free |
Extension Website | http://johnhorner.info/posted-to-reddit-or-not/ |
Help Page URL | http://johnhorner.info/posted-to-reddit-or-not/ |
Supported Languages | 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" } } |