Robust Theme Extension
Companion extension for the Robust Theme Framework.
Cos'è Robust Theme Extension?
Robust Theme Extension è un'estensione di Chrome sviluppata da https://robust-themes.com, e la sua funzione principale è "Companion extension for the Robust Theme Framework.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Robust Theme Extension
Scarica i file di estensione Robust Theme Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Robust Theme Extension |
ID | jdbinbicdncgdpfcjlhkdganagbmimdd |
URL Ufficiale | https://chromewebstore.google.com/detail/robust-theme-extension/jdbinbicdncgdpfcjlhkdganagbmimdd |
Descrizione | Companion extension for the Robust Theme Framework. |
Dimensione del File | 1.51 MB |
Conteggio Installazioni | 465 |
Versione Corrente | 4.0.3 |
Ultimo Aggiornamento | 2023-06-11 |
Data di Pubblicazione | 2021-09-11 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://robust-themes.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://robust-themes.com |
URL della Pagina di Aiuto | https://robust-themes.com/support/support |
Lingue Supportate | 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" ] } ] } |