Starify Github repo links
Add Github Stars badges to Github project links
Starify Github repo linksคืออะไร?
Starify Github repo links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://itenium.be และคุณลักษณะหลักของมันคือ "Add Github Stars badges to Github project links"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Starify Github repo links
ดาวน์โหลดไฟล์ส่วนขยาย Starify Github repo links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Scans all links on a page and adds a Github Stars badge to a Github project links. Use Control + Alt + G to activate. Runs immediately on Google search results, StackOverflow sites, Github.com, npmjs.com etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kpficnopciffopkhjpckhkgmnlakcmig |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/starify-github-repo-links/kpficnopciffopkhjpckhkgmnlakcmig |
คำอธิบาย | Add Github Stars badges to Github project links |
ขนาดไฟล์ | 9.86 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2020-04-27 |
วันที่เผยแพร่ | 2020-04-25 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://itenium.be |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://itenium.be/blog/javascript/starify-github-links/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "activeTab", "webRequest", "https:\/\/img.shields.io\/" ], "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "github-stars.user.js" ], "matches": [ "http:\/\/*\/*", "file:\/\/\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Add Github Stars badges to Github project links", "name": "Starify Github repo links", "short_name": "GithubStarifyLinks", "version": "1.7", "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='", "icons": { "128": "favicon.png" } } |