Coder Rants

Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab

Co to jest Coder Rants?

Coder Rants to rozszerzenie Chrome opracowane przez N00B, a jego główną funkcją jest „Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Coder Rants

Pobierz pliki rozszerzeń Coder Rants 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

                        Coder Rant is an extension which helps you to get new rants whenever you open your newtab.
Now don't get bored with the clumsy new tab anymore.Coder Rant is here to save you.                    

Podstawowe informacje o rozszerzeniu

Nazwa Coder Rants Coder Rants
ID beheigghcoemllkkbiplpejjefjaigbe
Oficjalny URL https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe
Opis Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Rozmiar pliku 878 KB
Liczba instalacji 17
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2018-09-10
Data Publikacji 2018-09-10
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper N00B
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://soumyajitdutta.ml/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder Rants",
    "description": "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab",
    "version": "2.1",
    "icons": {
        "16": "images\/code_80-512.png",
        "48": "images\/code_80-512.png",
        "128": "images\/code_80-512.png"
    },
    "browser_action": {
        "default_icon": "images\/code_80-512.png",
        "default_popup": "landing.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "https:\/\/*\/devrant*",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}