Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Cos'è Coder Rants?
Coder Rants è un'estensione di Chrome sviluppata da N00B, e la sua funzione principale è "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coder Rants
Scarica i file di estensione Coder Rants in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | beheigghcoemllkkbiplpejjefjaigbe |
URL Ufficiale | https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe |
Descrizione | Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab |
Dimensione del File | 878 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2018-09-10 |
Data di Pubblicazione | 2018-09-10 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | N00B |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://soumyajitdutta.ml/ |
Lingue Supportate | 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\/" ] } |