ATLANTIS 3D Editor Launcher

This extension will Launch ATLANTIS 3D Editor 2.0+ as standalone application from Chrome version 45+ that no longer support plugin.

ATLANTIS 3D Editor Launcherคืออะไร?

ATLANTIS 3D Editor Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.atlantisweborder.com และคุณลักษณะหลักของมันคือ "This extension will Launch ATLANTIS 3D Editor 2.0+ as standalone application from Chrome version 45+ that no longer support plugin."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ATLANTIS 3D Editor Launcher

ดาวน์โหลดไฟล์ส่วนขยาย ATLANTIS 3D Editor Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        For our Chrome browser users, this extension allows you to open your orders from atlantisweborder.com or orderdigitalsolutions.com with ATLANTIS 3D Editor version 2.0 and newer as standalone application from Chrome version 45 and newer that no longer support plugin.                    

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

ชื่อ ATLANTIS 3D Editor Launcher ATLANTIS 3D Editor Launcher
ID pbjiekedkjgmjnflkffagmdknmlcbned
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/atlantis-3d-editor-launch/pbjiekedkjgmjnflkffagmdknmlcbned
คำอธิบาย This extension will Launch ATLANTIS 3D Editor 2.0+ as standalone application from Chrome version 45+ that no longer support plugin.
ขนาดไฟล์ 25 KB
จำนวนการติดตั้ง 23,430
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2019-03-29
วันที่เผยแพร่ 2019-03-28
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.atlantisweborder.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAywAf74y2wNi5Ulf44e6BByH3ZUMoOD8n9GQI+FiiKHTdBWfpUKyA1DJYMyUk9q63QeDlV+F9UJJ92yRZpMu8\/AXyiSxJzz4oU7nEwyYnXw0Kdr5i+3PyGJphEnLz\/YlUzj6LAKTCbJ6So98QvzyOPRQvPp7wsNVr3gBm3KiJJQ1ID2vGCqTy6TDhOHrqDHUG\/R4ALlNlFOGV1hLZB6EEYfVF9JnXw4p1XwGPOYkw0zIhKUevuaD9Fi5tdNLjo2vH7WDcx0Kz\/lMEUkJKDeaQFVGubuHo2NmnVbmpFnfPIDpfcHRpyJqBHeIzbPMQsAJzqadoQCCnBVWfJbjzUEeQXQIDAQAB",
    "name": "ATLANTIS 3D Editor Launcher",
    "short_name": "3D Editor Launcher",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "This extension will Launch ATLANTIS 3D Editor 2.0+ as standalone application from Chrome version 45+ that no longer support plugin.",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.atlantisweborder.com\/*",
            "*:\/\/*.orderdigitalsolutions.com\/*"
        ]
    },
    "permissions": [
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.atlantisweborder.com\/*",
                "*:\/\/*.orderdigitalsolutions.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}