Coder Rants

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

Wat is Coder Rants?

Coder Rants is een Chrome-extensie ontwikkeld door N00B, en de belangrijkste functie is "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Coder Rants

Download Coder Rants-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Coder Rants Coder Rants
ID beheigghcoemllkkbiplpejjefjaigbe
Officiële URL https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe
Beschrijving Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Bestandsgrootte 878 KB
Aantal Installaties 17
Huidige Versie 2.1
Laatst Bijgewerkt 2018-09-10
Publicatiedatum 2018-09-10
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar N00B
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://soumyajitdutta.ml/
Ondersteunde Talen 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\/"
    ]
}