Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Was ist Coder Rants?
Coder Rants ist eine Chrome-Erweiterung, die von N00B entwickelt wurde, und ihr Hauptmerkmal ist "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".
Erweiterungsscreenshots
Coder Rants-Erweiterungs-CRX-Datei herunterladen
Laden Sie Coder Rants-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | beheigghcoemllkkbiplpejjefjaigbe |
Offizielle URL | https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe |
Beschreibung | Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab |
Dateigröße | 878 KB |
Installationsanzahl | 17 |
Aktuelle Version | 2.1 |
Letztes Update | 2018-09-10 |
Veröffentlichungsdatum | 2018-09-10 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | N00B |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://soumyajitdutta.ml/ |
Unterstützte Sprachen | 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\/" ] } |