Glitch App to Project
Go from a Glitch app (projectname.glitch.me) to a project page on Glitch (glitch.com/~projectname)
Glitch App to Projectคืออะไร?
Glitch App to Project เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cassey Lottman และคุณลักษณะหลักของมันคือ "Go from a Glitch app (projectname.glitch.me) to a project page on Glitch (glitch.com/~projectname)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glitch App to Project
ดาวน์โหลดไฟล์ส่วนขยาย Glitch App to Project ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Go from a Glitch app (https://projectname.glitch.me) to a project page on Glitch (glitch.com/~projectname), or from an editor page to the project page.
Right click on an editor, project, or app page to go to access a menu with buttons to let you go to one of the other pages.
Not an official Glitch app.
See the source on Glitch at https://glitch.com/edit/#!/app-to-project-extension. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ilfiblbgfdmfpbmofapdekpefnaghjhm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/glitch-app-to-project/ilfiblbgfdmfpbmofapdekpefnaghjhm |
| คำอธิบาย | Go from a Glitch app (projectname.glitch.me) to a project page on Glitch (glitch.com/~projectname) |
| ขนาดไฟล์ | 13.31 KB |
| จำนวนการติดตั้ง | 36 |
| เวอร์ชันปัจจุบัน | 0.5 |
| อัปเดตครั้งล่าสุด | 2019-08-15 |
| วันที่เผยแพร่ | 2019-08-15 |
| ผู้พัฒนา | Cassey Lottman |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"browser-polyfill.min.js",
"background.js"
]
},
"name": "Glitch App to Project",
"description": "Go from a Glitch app (projectname.glitch.me) to a project page on Glitch (glitch.com\/~projectname)",
"homepage_url": "https:\/\/app-to-project-extension.glitch.me",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"page_action": {
"default_title": "Switch between editor\/app view of a Glitch app",
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"show_matches": [
"https:\/\/*.glitch.me\/*",
"https:\/\/*.glitch.com\/edit\/*"
]
},
"permissions": [
"tabs",
"contextMenus",
"declarativeContent",
"https:\/\/*.glitch.me\/*",
"https:\/\/*.glitch.com\/edit\/*"
],
"version": "0.5",
"manifest_version": 2
} | |