Out of the Sandbox Content Creator

Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.

ما هو Out of the Sandbox Content Creator؟

Out of the Sandbox Content Creator هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Out of the Sandbox Content Creator

قم بتنزيل ملفات الامتداد Out of the Sandbox Content Creator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The Out of the Sandbox Content Creator will allow you to easily add content to your Shopify theme.                    

معلومات أساسية عن التمديد

الاسم Out of the Sandbox Content Creator Out of the Sandbox Content Creator
ID dfgadilhanjabjcighkgbmchinneoade
عنوان URL الرسمي https://chromewebstore.google.com/detail/out-of-the-sandbox-conten/dfgadilhanjabjcighkgbmchinneoade
الوصف Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.
حجم الملف 795 KB
عدد التثبيتات 2,682
النسخة الحالية 3.0
آخر تحديث 2020-01-13
تاريخ النشر 2020-01-09
تقييم 3.67/5 مجموع تقييمات 6
المطور Unknown
نوع الدفع free
عنوان صفحة المساعدة https://help.outofthesandbox.com/hc/en-us
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Out of the Sandbox Content Creator",
    "description": "Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.",
    "version": "3.0",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "OOTSB Content Creator"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        ""
    ]
}