Quick Shot

Capture screen shots of your web browser and download them automatically.

ما هو Quick Shot؟

Quick Shot هو إضافة Chrome تم تطويرها بواسطة apl7، والميزة الرئيسية لها هي "Capture screen shots of your web browser and download them automatically.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Quick Shot

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

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

                        Install Quick Shot to easily capture a photo of your browser screen. Simply click the Quick Shot button once and a screenshot will automatically download to your computer.                    

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

الاسم Quick Shot Quick Shot
ID gjbpipacodljbejbnggbmcobopdgjlmn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/quick-shot/gjbpipacodljbejbnggbmcobopdgjlmn
الوصف Capture screen shots of your web browser and download them automatically.
حجم الملف 29.57 KB
عدد التثبيتات 676
النسخة الحالية 0.0.1
آخر تحديث 2015-09-08
تاريخ النشر 2015-09-08
تقييم 4.00/5 مجموع تقييمات 8
المطور apl7
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Shot",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Capture screen shots of your web browser and download them automatically.",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "capture.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Capture and download screen shots!"
    }
}