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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}