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.”。

扩展截图

screenshot

下载Draft扩展crx文件

下载Draft扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
            ]
        }
    ]
}