Symplify Editor
Runs Symplify editor on any website without implementing it in source code
Wat is Symplify Editor?
Symplify Editor is een Chrome-extensie ontwikkeld door https://sitegainer.com, en de belangrijkste functie is "Runs Symplify editor on any website without implementing it in source code".
Extensie Screenshots
Download het CRX-bestand van de extensie Symplify Editor
Download Symplify Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
https://symplify.com/privacy-policy/
Basisinformatie over de Extensie
Naam | |
ID | ioobandlchlacjdggpppmbiinfikgcmc |
Officiële URL | https://chromewebstore.google.com/detail/symplify-editor/ioobandlchlacjdggpppmbiinfikgcmc |
Beschrijving | Runs Symplify editor on any website without implementing it in source code |
Bestandsgrootte | 31.36 KB |
Aantal Installaties | 297 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-12-05 |
Publicatiedatum | 2018-01-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://sitegainer.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://symplify.com/privacy-policy |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } ] } |