Symplify Editor
Runs Symplify editor on any website without implementing it in source code
Apa itu Symplify Editor?
Symplify Editor adalah ekstensi Chrome yang dikembangkan oleh https://sitegainer.com, dan fitur utamanya adalah "Runs Symplify editor on any website without implementing it in source code".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Symplify Editor
Unduh file ekstensi Symplify Editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
https://symplify.com/privacy-policy/
Informasi Dasar Ekstensi
Nama | |
ID | ioobandlchlacjdggpppmbiinfikgcmc |
URL Resmi | https://chromewebstore.google.com/detail/symplify-editor/ioobandlchlacjdggpppmbiinfikgcmc |
Deskripsi | Runs Symplify editor on any website without implementing it in source code |
Ukuran File | 31.36 KB |
Jumlah Instalasi | 297 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-12-05 |
Tanggal Publikasi | 2018-01-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://sitegainer.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://symplify.com/privacy-policy |
Bahasa yang Didukung | 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": [ "*:\/\/*\/*" ] } ] } |