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)"입니다.

확장 프로그램 스크린샷

screenshot

Glitch App to Project 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}