Star Manager
tiny Github star manager
Star Managerคืออะไร?
Star Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kilerd และคุณลักษณะหลักของมันคือ "tiny Github star manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star Manager
ดาวน์โหลดไฟล์ส่วนขยาย Star Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
here is a very tiny Github star manager. you can access your star list on Chrome quickly and easily. After installation, you need to type your Github username to the bottom input field. Then, wait half an hour or restart your Chrome completely for fetching your Github star list. The refresh process would be activated when starting Chrome or every half an hour. For easily open the pop up page, you can set a shortcut for it in Chrome Extensions Page. Finally, enjoy it and thanks for installation. Oh, by the way if possible, please star it in Github https://github.com/Kilerd/StarManager
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Star Manager |
ID | klajgkhhnnipjkilfgkkjofidahjfobh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/star-manager/klajgkhhnnipjkilfgkkjofidahjfobh |
คำอธิบาย | tiny Github star manager |
ขนาดไฟล์ | 878 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2019-12-03 |
วันที่เผยแพร่ | 2019-12-03 |
ผู้พัฒนา | Kilerd |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Kilerd/StarManager |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Manager", "version": "0.0.7", "description": "tiny Github star manager", "icons": { "128": "icon-128.png" }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "storage" ] } |