Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
什么是Coder Rants?
Coder Rants是由N00B开发的Chrome扩展程序,该扩展的主要功能是“Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab”。
扩展截图
下载Coder Rants扩展crx文件
下载Coder Rants扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | beheigghcoemllkkbiplpejjefjaigbe |
官方URL | https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe |
简介 | Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab |
文件大小 | 878 KB |
安装次数 | 17 |
当前版本 | 2.1 |
更新时间 | 2018-09-10 |
上架时间 | 2018-09-10 |
评分 | 5.00/5 共6次评分 |
开发者 | N00B |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://soumyajitdutta.ml/ |
支持的语言 | 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\/" ] } |