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.

Co je Out of the Sandbox Content Creator?

Out of the Sandbox Content Creator je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Out of the Sandbox Content Creator

Stáhněte si soubory rozšíření Out of the Sandbox Content Creator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Out of the Sandbox Content Creator Out of the Sandbox Content Creator
ID dfgadilhanjabjcighkgbmchinneoade
Oficiální URL https://chromewebstore.google.com/detail/out-of-the-sandbox-conten/dfgadilhanjabjcighkgbmchinneoade
Popis Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.
Velikost souboru 795 KB
Počet instalací 2,682
Aktuální Verze 3.0
Poslední Aktualizace 2020-01-13
Datum Vydání 2020-01-09
Hodnocení 3.67/5 Celkem 6 Hodnocení
Vývojář Unknown
Typ Platby free
URL Stránky Nápovědy https://help.outofthesandbox.com/hc/en-us
Podporované Jazyky 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": [
        ""
    ]
}