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

Wat is Posted To Reddit Or Not??

Posted To Reddit Or Not? is een Chrome-extensie ontwikkeld door john.horner, en de belangrijkste functie is "Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Posted To Reddit Or Not?

Download Posted To Reddit Or Not?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Posted To Reddit Or Not? Posted To Reddit Or Not?
ID nmafodiagdiddoekbldmmomihgncfone
Officiële URL https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone
Beschrijving Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Bestandsgrootte 24.01 KB
Aantal Installaties 64
Huidige Versie 0.5
Laatst Bijgewerkt 2016-11-08
Publicatiedatum 2016-11-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar john.horner
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://johnhorner.info/posted-to-reddit-or-not/
Help Pagina-URL http://johnhorner.info/posted-to-reddit-or-not/
Ondersteunde Talen 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"
    }
}