Skebify
A more modern version of the Skeb Button extension.
Skebifyคืออะไร?
Skebify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark และคุณลักษณะหลักของมันคือ "A more modern version of the Skeb Button extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skebify
ดาวน์โหลดไฟล์ส่วนขยาย Skebify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A more modern version of the Skeb Button extension, which adds links to Skeb.jp on Twitter profiles. Open source, with text localized to both English and Japanese.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Skebify |
ID | ofjnlldjdmibignbbafmjgncedjklonk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/skebify/ofjnlldjdmibignbbafmjgncedjklonk |
คำอธิบาย | A more modern version of the Skeb Button extension. |
ขนาดไฟล์ | 32.88 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-12-26 |
วันที่เผยแพร่ | 2022-12-26 |
ผู้พัฒนา | Mark |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mark-ignacio/skebify |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "1.0.0", "author": "Mark Ignacio", "name": "Skebify", "description": "A more modern version of the Skeb Button extension.", "background": { "service_worker": "background.5fadff2f.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "twitter.bb6c8aa9.js" ], "css": [] } ], "default_locale": "en", "host_permissions": [ "https:\/\/skeb.jp\/api\/*" ] } |