Coder Rants

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

Co je Coder Rants?

Coder Rants je rozšíření Chrome vyvinuté N00B, a jeho hlavní funkcí je „Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Coder Rants

Stáhněte si soubory rozšíření Coder Rants 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í

                        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.                    

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

Název Coder Rants Coder Rants
ID beheigghcoemllkkbiplpejjefjaigbe
Oficiální URL https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe
Popis Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Velikost souboru 878 KB
Počet instalací 17
Aktuální Verze 2.1
Poslední Aktualizace 2018-09-10
Datum Vydání 2018-09-10
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář N00B
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://soumyajitdutta.ml/
Podporované Jazyky 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\/"
    ]
}