Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Vad är Coder Rants?
Coder Rants är en Chrome-tillägg utvecklad av N00B, och dess huvudfunktion är "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".
Tilläggsskärmbilder
Ladda ner Coder Rants-förlängningens CRX-fil
Ladda ner Coder Rants-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | beheigghcoemllkkbiplpejjefjaigbe |
Officiell webbadress | https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe |
Beskrivning | Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab |
Filstorlek | 878 KB |
Antal Installationer | 17 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2018-09-10 |
Publiceringsdatum | 2018-09-10 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | N00B |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://soumyajitdutta.ml/ |
Stödda Språk | 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\/" ] } |