Symplify Editor
Runs Symplify editor on any website without implementing it in source code
Qu'est-ce que Symplify Editor ?
Symplify Editor est une extension Chrome développée par https://sitegainer.com, et sa fonction principale est "Runs Symplify editor on any website without implementing it in source code".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Symplify Editor
Téléchargez les fichiers d'extension Symplify Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
https://symplify.com/privacy-policy/
Informations de Base sur l'Extension
Nom | |
ID | ioobandlchlacjdggpppmbiinfikgcmc |
URL Officiel | https://chromewebstore.google.com/detail/symplify-editor/ioobandlchlacjdggpppmbiinfikgcmc |
Description | Runs Symplify editor on any website without implementing it in source code |
Taille du Fichier | 31.36 KB |
Nombre d'Installations | 297 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-12-05 |
Date de Publication | 2018-01-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://sitegainer.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://symplify.com/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Symplify Editor", "version": "1.1", "manifest_version": 2, "description": "Runs Symplify editor on any website without implementing it in source code", "homepage_url": "https:\/\/symplify.com", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Set custom id" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "js": [ "src\/inject\/inject.js" ], "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ] } |