Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
What is Coder Rants?
Coder Rants is a Chrome extension developed by N00B, and its main feature is "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".
Extension Screenshots
Download Coder Rants Extension CRX File
Download Coder Rants extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | beheigghcoemllkkbiplpejjefjaigbe |
Official URL | 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 |
File Size | 878 KB |
Installation Count | 17 |
Current Version | 2.1 |
Last Updated | 2018-09-10 |
Publish Date | 2018-09-10 |
Rating | 5.00/5 Total 6 Ratings |
Developer | N00B |
[email protected] | |
Payment Type | free |
Help Page URL | https://soumyajitdutta.ml/ |
Supported Languages | 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\/" ] } |