Glitch extension
Glitch superpowers for your browser 👾
Glitch extension란 무엇입니까?
Glitch extension은(는) https://avigoldman.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Glitch superpowers for your browser 👾"입니다.
확장 프로그램 스크린샷
Glitch extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Glitch has the awesome superpowers of remixing any (public) app and importing code from Git repositories. This chrome extension makes it a bit easier to remix glitch apps, import code from git, or start fresh. ➤ View glitch app details ➤ Remix glitch apps ➤ Generate embed code ➤ Import code from GitHub and GitLab ➤ Start new projects from any page on the web ---------------------------------------------------- VIEW SOURCE: https://glitch.com/edit/#!/extension MADE BY: https://avigoldman.com/twitter
확장 프로그램 기본 정보
이름 | Glitch extension |
ID | pdiedadcnaailaknceakckfffhfjiagd |
공식 URL | https://chromewebstore.google.com/detail/glitch-extension/pdiedadcnaailaknceakckfffhfjiagd |
설명 | Glitch superpowers for your browser 👾 |
파일 크기 | 85.53 KB |
설치 횟수 | 1,332 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2019-12-26 |
출시 날짜 | 2019-12-26 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://avigoldman.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://extension.glitch.me/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Glitch extension", "version": "0.0.1", "description": "Glitch superpowers for your browser \ud83d\udc7e", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "assets\/browser\/new.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "manifest_version": 2 } |