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はCassey Lottmanによって開発されたChromeの拡張機能で、その主な機能は「Go from a Glitch app (projectname.glitch.me) to a project page on Glitch (glitch.com/~projectname)」です。
拡張機能のスクリーンショット
Glitch App to Project拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | Glitch App to Project |
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 } |