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

Co je Posted To Reddit Or Not??

Posted To Reddit Or Not? je rozšíření Chrome vyvinuté john.horner, a jeho hlavní funkcí je „Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Posted To Reddit Or Not?

Stáhněte si soubory rozšíření Posted To Reddit Or Not? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Posted To Reddit Or Not? Posted To Reddit Or Not?
ID nmafodiagdiddoekbldmmomihgncfone
Oficiální URL https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone
Popis Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Velikost souboru 24.01 KB
Počet instalací 64
Aktuální Verze 0.5
Poslední Aktualizace 2016-11-08
Datum Vydání 2016-11-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář john.horner
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://johnhorner.info/posted-to-reddit-or-not/
URL Stránky Nápovědy http://johnhorner.info/posted-to-reddit-or-not/
Podporované Jazyky 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"
    }
}