Draft

Easy collaboration and version control for writers with Draft. Everywhere.

O que é Draft?

Draft é uma extensão do Chrome desenvolvida por Draft, e sua principal característica é "Easy collaboration and version control for writers with Draft. Everywhere.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Draft

Baixe arquivos de extensão Draft no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Draft Draft
ID amlbbbgcijmiooecobhkjblcdkjldmdk
URL Oficial https://chromewebstore.google.com/detail/draft/amlbbbgcijmiooecobhkjblcdkjldmdk
Descrição Easy collaboration and version control for writers with Draft. Everywhere.
Tamanho do Arquivo 72.67 KB
Contagem de Instalações 4,566
Versão Atual 1.1.6
Última Atualização 2013-03-27
Data de Publicação 2013-03-27
Classificação 4.19/5 Total de 37 Avaliações
Desenvolvedor Draft
Tipo de Pagamento free
Site da Extensão http://draftin.com
Idiomas Suportados 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"
            ]
        }
    ]
}