Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Qu'est-ce que Coder Rants ?
Coder Rants est une extension Chrome développée par N00B, et sa fonction principale est "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Coder Rants
Téléchargez les fichiers d'extension Coder Rants au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | beheigghcoemllkkbiplpejjefjaigbe |
URL Officiel | https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe |
Description | Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab |
Taille du Fichier | 878 KB |
Nombre d'Installations | 17 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2018-09-10 |
Date de Publication | 2018-09-10 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | N00B |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://soumyajitdutta.ml/ |
Langues Prises en Charge | 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\/" ] } |