WebAdmin
This extension checks if site supports WebAdmin Editor
WebAdmin란 무엇입니까?
WebAdmin은(는) metabake1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension checks if site supports WebAdmin Editor"입니다.
확장 프로그램 스크린샷
WebAdmin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension checks if site supports WebAdmin Editor. In case site is support WebAdmin editor, on button click you'll be redirected to WebAdmin editor to edit site content.
확장 프로그램 기본 정보
이름 | WebAdmin |
ID | oaecohdoihcbaogfkhlfkcdbggnmmbek |
공식 URL | https://chromewebstore.google.com/detail/webadmin/oaecohdoihcbaogfkhlfkcdbggnmmbek |
설명 | This extension checks if site supports WebAdmin Editor |
파일 크기 | 54.41 KB |
설치 횟수 | 36 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2019-05-12 |
출시 날짜 | 2019-05-08 |
개발자 | metabake1 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://blog.metabake.org |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebAdmin", "description": "This extension checks if site supports WebAdmin Editor", "version": "0.1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens index.html" } }, "background": { "scripts": [ "lib\/jquery\/jquery.min.js", "lib\/js-yaml\/js-yaml.min.js", "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/" ] } |