Robust Theme Extension
Companion extension for the Robust Theme Framework.
What is Robust Theme Extension?
Robust Theme Extension is a Chrome extension developed by https://robust-themes.com, and its main feature is "Companion extension for the Robust Theme Framework.".
Extension Screenshots
Download Robust Theme Extension Extension CRX File
Download Robust Theme Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Companion extension for the Robust Theme Framework - A Kajabi Theme. The extension modifies Kajabi’s Theme Editor to allow a more friendly customization of the Robust Theme Framework. Main Features: - Drag and Drop blocks into columns. - CSS Widget - Add CSS rules to your sections and blocks. - Save and Load Sections and blocks Presets. - Manage Container Elements
Extension Basic Information
Name | Robust Theme Extension |
ID | jdbinbicdncgdpfcjlhkdganagbmimdd |
Official URL | https://chromewebstore.google.com/detail/robust-theme-extension/jdbinbicdncgdpfcjlhkdganagbmimdd |
Description | Companion extension for the Robust Theme Framework. |
File Size | 1.51 MB |
Installation Count | 465 |
Current Version | 4.0.3 |
Last Updated | 2023-06-11 |
Publish Date | 2021-09-11 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://robust-themes.com |
[email protected] | |
Payment Type | free |
Extension Website | https://robust-themes.com |
Help Page URL | https://robust-themes.com/support/support |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Robust Theme Extension", "default_locale": "en", "description": "Companion extension for the Robust Theme Framework.", "version": "4.0.3", "author": "Robust Team", "homepage_url": "https:\/\/Robust-themes.com", "manifest_version": 3, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Robust Theme Extension", "default_icon": { "16": "images\/16.png" } }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.kajabi.com\/admin\/themes\/*" ], "run_at": "document_end", "css": [ "picker.css", "vendor\/selectr\/selectr.css", "vendor\/jqueryUI\/jqueryui.css" ], "js": [ "jquery-3.4.1.js", "style.js", "main.js", "includes\/header.js", "includes\/footer.js", "includes\/tmp.js", "hints.js", "loadSectionJson.js", "pickr.es5.min.js", "cssWidget.js", "listen2theme.js", "social_icons.js", "vendor\/selectr\/selectr.js", "vendor\/jqueryUI\/jqueryui.js", "parts\/buttons_html.js", "parts\/button_json_new.js", "knowledge_center.js", "p_send2api.js", "includes\/ucodes.js", "includes\/product_sections_names.js", "tinymce\/tinymce.min.js", "includes\/hints_data.js", "includes\/buttons.js" ], "all_frames": false }, { "matches": [ "https:\/\/*.mykajabi.com\/*editor=true*preview_theme_id*" ], "run_at": "document_end", "css": [ "tinymce\/skins\/ui\/oxide\/skin.min.css", "tinymce\/skins\/content\/default\/content.min.css", "tinymce\/skins\/ui\/oxide\/content.min.css", "tinymce\/skins\/ui\/oxide\/content.inline.min.css" ], "js": [ "jquery-3.4.1.js", "inTheme.js", "includes\/pageTemplates.js", "inTheme_style.js", "tinymce\/tinymce.min.js", "tinymce\/plugins\/link\/plugin.min.js", "tinymce\/plugins\/lists\/plugin.min.js", "tinymce\/themes\/silver\/theme.min.js", "tinymce\/icons\/default\/icons.min.js", "swiper-animation.umd.js", "add_section.js", "includes\/headerFooterDemos.js", "includes\/inner_pages_sections.js", "change_page_template.js", "p_send2api_inTheme.js", "includes\/product_sections_names.js", "includes\/inThemeHelpers.js", "includes\/swiper-bundle.min.js" ], "all_frames": true }, { "matches": [ "https:\/\/app.kajabi.com\/admin\/posts\/*", "https:\/\/app.kajabi.com\/admin\/products\/*" ], "run_at": "document_end", "css": [ "vendor\/jqueryUI\/jqueryui.css", "includes\/custom_fields\/custom_fields_admin.css", "includes\/tags\/custom_tags.css", "includes\/related_posts\/related_posts.css", "tinymce\/skins\/ui\/oxide\/skin.min.css", "tinymce\/skins\/content\/default\/content.min.css", "tinymce\/skins\/ui\/oxide\/content.min.css", "tinymce\/skins\/ui\/oxide\/content.inline.min.css" ], "js": [ "jquery-3.4.1.js", "includes\/custom_fields\/custom_fields_admin.js", "includes\/tags\/custom_tags.js", "includes\/related_posts\/related_posts.js", "includes\/program\/program.js", "includes\/question\/question.js", "tinymce\/tinymce.min.js", "tinymce\/plugins\/link\/plugin.min.js", "tinymce\/plugins\/lists\/plugin.min.js", "tinymce\/themes\/silver\/theme.min.js", "tinymce\/icons\/default\/icons.min.js" ] } ] } |