Edit in Zed
Adds edit in Zed buttons to textareas
Edit in Zed란 무엇입니까?
Edit in Zed은(는) Zef Hemel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds edit in Zed buttons to textareas"입니다.
확장 프로그램 스크린샷
Edit in Zed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extensions scans all websites for textareas and contenteditables and adds a little Zed icon to it. When you click it (and you have Zed Chrome App installed -- http://zedapp.org), Zed will pop up to edit the contents of the text area and update it automatically. New in 0.1.3: Gmail compose edit boxes are now also supported.
확장 프로그램 기본 정보
이름 | Edit in Zed |
ID | dpkaficlkfnjemlheobmkabnnoafeepg |
공식 URL | https://chromewebstore.google.com/detail/edit-in-zed/dpkaficlkfnjemlheobmkabnnoafeepg |
설명 | Adds edit in Zed buttons to textareas |
파일 크기 | 94.42 KB |
설치 횟수 | 324 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2014-05-15 |
출시 날짜 | 2014-05-15 |
평점 | 4.80/5 총 10 개의 평점 |
개발자 | Zef Hemel |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://zedapp.org |
도움말 페이지 URL | https://github.com/zedapp/edit-in-zed/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edit in Zed", "description": "Adds edit in Zed buttons to textareas", "version": "0.1.3", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "add-buttons.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "Icon.png", "16": "Icon16.png", "48": "Icon48.png" } } |