Draft

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

ما هو Draft؟

Draft هو إضافة Chrome تم تطويرها بواسطة Draft، والميزة الرئيسية لها هي "Easy collaboration and version control for writers with Draft. Everywhere.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Draft

قم بتنزيل ملفات الامتداد Draft بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
            ]
        }
    ]
}