Q Pad

The simple notepad.

ما هو Q Pad؟

Q Pad هو إضافة Chrome تم تطويرها بواسطة chick307، والميزة الرئيسية لها هي "The simple notepad.".

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

screenshot

تحميل ملف CRX للإضافة Q Pad

قم بتنزيل ملفات الامتداد Q Pad بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The simple notepad.
You can share note via Gmail, Blogger or Twitter.

"Ctrl + Shift + /" → to show list of shortcut keys                    

معلومات أساسية عن التمديد

الاسم Q Pad Q Pad
ID gkaekoklibblfgbmjcellibkjmgddcjh
عنوان URL الرسمي https://chromewebstore.google.com/detail/q-pad/gkaekoklibblfgbmjcellibkjmgddcjh
الوصف The simple notepad.
حجم الملف 183 KB
عدد التثبيتات 873
النسخة الحالية 1.0.0
آخر تحديث 2014-03-05
تاريخ النشر 2014-03-04
تقييم 4.33/5 مجموع تقييمات 42
المطور chick307
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/chick307/Q-Pad
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q Pad",
    "version": "1.0.0",
    "description": "The simple notepad.",
    "icons": {
        "16": "images\/qpad-16.png",
        "128": "images\/qpad-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "vendor\/angular\/angular.js",
            "scripts\/events.js",
            "scripts\/wrapped-storage.js",
            "scripts\/app.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Q Pad",
        "default_icon": "images\/qpad-19.png"
    },
    "options_page": "options-page\/index.html"
}