Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Apa itu Coder Rants?
Coder Rants adalah ekstensi Chrome yang dikembangkan oleh N00B, dan fitur utamanya adalah "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Coder Rants
Unduh file ekstensi Coder Rants dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | beheigghcoemllkkbiplpejjefjaigbe |
URL Resmi | https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe |
Deskripsi | Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab |
Ukuran File | 878 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2018-09-10 |
Tanggal Publikasi | 2018-09-10 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | N00B |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://soumyajitdutta.ml/ |
Bahasa yang Didukung | 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\/" ] } |