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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Take advantage of your Out of the Sandbox theme. Create columns, slideshows, tabs and accordions with the click of a button.”。

扩展截图

screenshot

下载Out of the Sandbox Content Creator扩展crx文件

下载Out of the Sandbox Content Creator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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": [
        ""
    ]
}