Robust Theme Extension
Companion extension for the Robust Theme Framework.
Hvad er Robust Theme Extension?
Robust Theme Extension er en Chrome-udvidelse udviklet af https://robust-themes.com, og dens hovedfunktion er "Companion extension for the Robust Theme Framework.".
Udvidelsesskærmbilleder
Download Robust Theme Extension-udvidelses-CRX-fil
Download Robust Theme Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Robust Theme Extension |
ID | jdbinbicdncgdpfcjlhkdganagbmimdd |
Officiel URL | https://chromewebstore.google.com/detail/robust-theme-extension/jdbinbicdncgdpfcjlhkdganagbmimdd |
Beskrivelse | Companion extension for the Robust Theme Framework. |
Filstørrelse | 1.51 MB |
Antal Installationer | 465 |
Nuværende Version | 4.0.3 |
Senest Opdateret | 2023-06-11 |
Udgivelsesdato | 2021-09-11 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | https://robust-themes.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://robust-themes.com |
Hjælpeside-URL | https://robust-themes.com/support/support |
Understøttede Sprog | 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" ] } ] } |