Yoav Screenshot Extension

Capture screenshots for submitting apps to PlayStore and AppStore.

Yoav Screenshot Extension là gì?

Yoav Screenshot Extension là một tiện ích mở rộng Chrome được phát triển bởi yoav.zibin, và tính năng chính của nó là "Capture screenshots for submitting apps to PlayStore and AppStore.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yoav Screenshot Extension

Tải xuống các tệp mở rộng Yoav Screenshot Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yoav Screenshot Extension Yoav Screenshot Extension
ID elbkkdhopjidobbmfpofgjdgahpkbbhc
URL Chính Thức https://chromewebstore.google.com/detail/yoav-screenshot-extension/elbkkdhopjidobbmfpofgjdgahpkbbhc
Mô tả Capture screenshots for submitting apps to PlayStore and AppStore.
Kích Thước Tệp 21.87 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-04-26
Ngày Phát Hành 2016-04-26
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển yoav.zibin
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/yoav-zibin/chrome-screenshot-extension
Ngôn Ngữ Được Hỗ Trợ 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
}