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 to jest Posted To Reddit Or Not??

Posted To Reddit Or Not? to rozszerzenie Chrome opracowane przez john.horner, a jego główną funkcją jest „Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Posted To Reddit Or Not?

Pobierz pliki rozszerzeń Posted To Reddit Or Not? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Posted To Reddit Or Not? Posted To Reddit Or Not?
ID nmafodiagdiddoekbldmmomihgncfone
Oficjalny URL https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone
Opis Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Rozmiar pliku 24.01 KB
Liczba instalacji 64
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2016-11-08
Data Publikacji 2016-11-08
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper john.horner
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://johnhorner.info/posted-to-reddit-or-not/
Adres URL Strony Pomocy http://johnhorner.info/posted-to-reddit-or-not/
Obsługiwane Języki 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"
    }
}