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