Gist User Script Manager
User script manager which based on github gists
Gist User Script Managerคืออะไร?
Gist User Script Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stefan.breitenstein และคุณลักษณะหลักของมันคือ "User script manager which based on github gists"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gist User Script Manager
ดาวน์โหลดไฟล์ส่วนขยาย Gist User Script Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An additional DevTool panel which list all your gists. It is really pleasing, if you want to experiment with a page and with your stored gists. License info: Icons: All Icons sourced from Font-awesome. Modification: The icon from this app are 2 merged icons (flask & terminal) License: CC BY 4.0 Licence link: https://fontawesome.com/license Source link: https://fontawesome.com/icons?d=gallery Github Repo: https://github.com/ste-xx/gist-userscript-manager
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gist User Script Manager |
ID | plpmkifleemfflmlnogdncmhlljcpdab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gist-user-script-manager/plpmkifleemfflmlnogdncmhlljcpdab |
คำอธิบาย | User script manager which based on github gists |
ขนาดไฟล์ | 5.15 MB |
จำนวนการติดตั้ง | 608 |
เวอร์ชันปัจจุบัน | 0.0.2.0 |
อัปเดตครั้งล่าสุด | 2020-11-23 |
วันที่เผยแพร่ | 2020-11-23 |
ผู้พัฒนา | stefan.breitenstein |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gist User Script Manager", "version": "0.0.2.0", "manifest_version": 2, "description": "User script manager which based on github gists", "author": "Stefan Breitenstein", "icons": { "16": "res\/icon16.png", "48": "res\/icon48.png", "128": "res\/icon128.png" }, "devtools_page": "devtools.html", "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:8098; object-src 'self'", "permissions": [ "identity", "https:\/\/github.com\/login\/oauth\/authorize", "https:\/\/github.com\/login\/oauth\/access_token" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg8eYUxVzvqDLHWq3z93PtJ\/9gOv84r7yLJ3r311VBZW9GmzMmgFsPKAF9Bfcr2dNYCwU6W72Z+stxYNnfgz85HXBELbearnsDpzF56TlSJNhWqE2\/6HTn32qZ6dI5Pnq7oEhUITkbWESePvw3k2jV0vTp6yJSFIyP+2+dP7\/m6KOfcBhuJZi6RsDdfIw35XOJ+ORnfVJ3v1d5m0wAGF4aUlgHsN8SIn043YZb7w+upuiCrmxHjhi6a+NY80tlMZDG7Fyi25KBSsjvrsC2HWRlF6snolockJWWpwr+tmLIgazpXV9Z1YLZWExBKq2iiSPLKEdTjep1mngeNqYvkuZnQIDAQAB" } |