Draft
Easy collaboration and version control for writers with Draft. Everywhere.
Draft là gì?
Draft là một tiện ích mở rộng Chrome được phát triển bởi Draft, và tính năng chính của nó là "Easy collaboration and version control for writers with Draft. Everywhere.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Draft
Tải xuống các tệp mở rộng Draft dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Draft |
ID | amlbbbgcijmiooecobhkjblcdkjldmdk |
URL Chính Thức | https://chromewebstore.google.com/detail/draft/amlbbbgcijmiooecobhkjblcdkjldmdk |
Mô tả | Easy collaboration and version control for writers with Draft. Everywhere. |
Kích Thước Tệp | 72.67 KB |
Số Lần Cài Đặt | 4,566 |
Phiên Bản Hiện Tại | 1.1.6 |
Cập Nhật Lần Cuối | 2013-03-27 |
Ngày Phát Hành | 2013-03-27 |
Đánh Giá | 4.19/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | Draft |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://draftin.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |