Redditlist Links To Redditp

Adds a direct link to the redditp of each subreddit listed on redditlist.

Co to jest Redditlist Links To Redditp?

Redditlist Links To Redditp to rozszerzenie Chrome opracowane przez jtara1, a jego główną funkcją jest „Adds a direct link to the redditp of each subreddit listed on redditlist.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Redditlist Links To Redditp

Pobierz pliki rozszerzeń Redditlist Links To Redditp 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

                        Do you use redditp and redditlist? Well, now you can use redditlist and have a link available to be taken directly to the subreddit on redditp.

Open source is available at https://github.com/jtara1/RedditlistLinksRedditp                    

Podstawowe informacje o rozszerzeniu

Nazwa Redditlist Links To Redditp Redditlist Links To Redditp
ID mmigkdbiljoilnfileghbggjencmkife
Oficjalny URL https://chromewebstore.google.com/detail/redditlist-links-to-reddi/mmigkdbiljoilnfileghbggjencmkife
Opis Adds a direct link to the redditp of each subreddit listed on redditlist.
Rozmiar pliku 7.48 KB
Liczba instalacji 23
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-12-14
Data Publikacji 2017-12-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper jtara1
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jtara1/RedditlistLinksRedditp
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Redditlist Links To Redditp",
    "version": "0.1",
    "icons": [],
    "description": "Adds a direct link to the redditp of each subreddit listed on redditlist.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/redditlist.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}