Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
Coder Rantsคืออะไร?
Coder Rants เป็นส่วนขยายของ Chrome ที่พัฒนาโดย N00B และคุณลักษณะหลักของมันคือ "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coder Rants
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" ] } |