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.…

Hvad er Posted To Reddit Or Not??

Posted To Reddit Or Not? er en Chrome-udvidelse udviklet af john.horner, og dens hovedfunktion er "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".

Udvidelsesskærmbilleder

screenshot

Download Posted To Reddit Or Not?-udvidelses-CRX-fil

Download Posted To Reddit Or Not?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Posted To Reddit Or Not? Posted To Reddit Or Not?
ID nmafodiagdiddoekbldmmomihgncfone
Officiel URL https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone
Beskrivelse Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Filstørrelse 24.01 KB
Antal Installationer 64
Nuværende Version 0.5
Senest Opdateret 2016-11-08
Udgivelsesdato 2016-11-08
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler john.horner
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://johnhorner.info/posted-to-reddit-or-not/
Hjælpeside-URL http://johnhorner.info/posted-to-reddit-or-not/
Understøttede Sprog 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"
    }
}