Snapseed for PC/MAC

Use the mobile version of Snapseed directly in the Chrome browser.

Snapseed for PC/MACคืออะไร?

Snapseed for PC/MAC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Great Extensions และคุณลักษณะหลักของมันคือ "Use the mobile version of Snapseed directly in the Chrome browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snapseed for PC/MAC

ดาวน์โหลดไฟล์ส่วนขยาย Snapseed for PC/MAC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Snapseed™ for Chrome - browse to your PC/Mac

This is Snapseed Online Emulator for Chrome, a free android online emulator from where any user can run the Snapseed using only the web browser.  Among the different existing user interface configurations.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snapseed for PC/MAC Snapseed for PC/MAC
ID idmhdbkincmbidgnpjlfjhoabdhalgnp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snapseed-for-pcmac/idmhdbkincmbidgnpjlfjhoabdhalgnp
คำอธิบาย Use the mobile version of Snapseed directly in the Chrome browser.
ขนาดไฟล์ 28.29 KB
จำนวนการติดตั้ง 1,486
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-07-14
วันที่เผยแพร่ 2022-07-14
คะแนน 3.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Great Extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "\/view\/visorPage.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/all_urls\/onload.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Use the mobile version of Snapseed directly in the Chrome browser.",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "\/assets\/icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Snapseed for PC\/MAC",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}