Draft
Easy collaboration and version control for writers with Draft. Everywhere.
Draft란 무엇입니까?
Draft은(는) Draft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy collaboration and version control for writers with Draft. Everywhere."입니다.
확장 프로그램 스크린샷
Draft 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This version fixes problems Windows/Linux users were experiencing. ------ Turns any textarea on the web into something you can write and edit with Draft. Your blog, Gmail, Twitter, Facebook, Tumblr, even comment boxes on websites like Reddit and Hacker News. Just place your cursor in the box you want to write in, click the Chrome Draft extension, a new tab will open with Draft. Choose an already written document or something new to write in Draft. When you're done, there's a menu button to paste your work back into the text box you came from. ----- Pencil Icon from the awesome icon font: Font Awesome :) http://fortawesome.github.com/Font-Awesome/
확장 프로그램 기본 정보
이름 | Draft |
ID | amlbbbgcijmiooecobhkjblcdkjldmdk |
공식 URL | https://chromewebstore.google.com/detail/draft/amlbbbgcijmiooecobhkjblcdkjldmdk |
설명 | Easy collaboration and version control for writers with Draft. Everywhere. |
파일 크기 | 72.67 KB |
설치 횟수 | 4,566 |
현재 버전 | 1.1.6 |
최근 업데이트 | 2013-03-27 |
출시 날짜 | 2013-03-27 |
평점 | 4.19/5 총 37 개의 평점 |
개발자 | Draft |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://draftin.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Draft", "version": "1.1.6", "manifest_version": 2, "description": "Easy collaboration and version control for writers with Draft. Everywhere.", "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "jquery.js" ] }, "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ] } ] } |