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 |
官方網址 | 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\/" ] } |