Yoav Screenshot Extension

Capture screenshots for submitting apps to PlayStore and AppStore.

ما هو Yoav Screenshot Extension؟

Yoav Screenshot Extension هو إضافة Chrome تم تطويرها بواسطة yoav.zibin، والميزة الرئيسية لها هي "Capture screenshots for submitting apps to PlayStore and AppStore.".

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

screenshot

تحميل ملف CRX للإضافة Yoav Screenshot Extension

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

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

                        Capture screenshots for submitting apps to PlayStore and AppStore.
The extension is opened source here: https://github.com/yoav-zibin/chrome-screenshot-extension
(submit bug/issues/feature requests there :))

Way to use the extension:
1) Turn on “Mobile emulation” in chrome.
2) Select the desired device, e.g., choose "iPhone 6".
3) Make sure it’s shown as 100% and the entire screen is visible. (If it doesn’t fit in your screen, maximize chrome, and if that's not enough, increase your screen resolution.)
4) Click on the camera icon to save the printscreen as a PNG image file in your ~/Downloads folder,
according to Apple's specs (e.g., iPhone4 as 640x960 png, iPhone6p as 1242x2208 png, etc).                    

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

الاسم Yoav Screenshot Extension Yoav Screenshot Extension
ID elbkkdhopjidobbmfpofgjdgahpkbbhc
عنوان URL الرسمي https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc
الوصف Capture screenshots for submitting apps to PlayStore and AppStore.
حجم الملف 21.87 KB
عدد التثبيتات 51
النسخة الحالية 1.2
آخر تحديث 2016-04-26
تاريخ النشر 2016-04-26
تقييم 4.00/5 مجموع تقييمات 4
المطور yoav.zibin
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/yoav-zibin/chrome-screenshot-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yoav Screenshot Extension",
    "version": "1.2",
    "description": "Capture screenshots for submitting apps to PlayStore and AppStore.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Take a screen shot!"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "notifications"
    ],
    "manifest_version": 2
}