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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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"
}