FUNiX Onpage Editor
This extension used to edit content which translated by FUNiX.
Cos'è FUNiX Onpage Editor?
FUNiX Onpage Editor è un'estensione di Chrome sviluppata da xuanqn, e la sua funzione principale è "This extension used to edit content which translated by FUNiX.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FUNiX Onpage Editor
Scarica i file di estensione FUNiX Onpage Editor 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
It helps to edit content which translated on some web pages. Editors can update translation of a webpage directly on the Chrome browser.
Informazioni di Base sull'Estensione
Nome | FUNiX Onpage Editor |
ID | cfplaknkgdbhfmaedicfjohfbnocnbfg |
URL Ufficiale | https://chromewebstore.google.com/detail/funix-onpage-editor/cfplaknkgdbhfmaedicfjohfbnocnbfg |
Descrizione | This extension used to edit content which translated by FUNiX. |
Dimensione del File | 164 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 0.3.5 |
Ultimo Aggiornamento | 2023-08-18 |
Data di Pubblicazione | 2020-04-11 |
Sviluppatore | xuanqn |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://funix.edu.vn |
URL della Pagina della Politica sulla Privacy | https://funix.edu.vn/funix-passport-privacy-policy |
Lingue Supportate | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FUNiX Onpage Editor", "description": "This extension used to edit content which translated by FUNiX.", "version": "0.3.5", "browser_action": { "default_icon": "icon\/editor32.png", "default_popup": "popup\/index.html", "default_title": "FUNiX Onpage Editor" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/apis.google.com; object-src 'self'", "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script\/libary\/jquery.js", "script\/libary\/jquery-confirm.min.js", "script\/libary\/nicEdit.js", "script\/libary\/crypto.js", ".\/script\/pdfSave.js", ".\/script\/fileSaver.js", "script\/notification.js", "script\/getData.js", "script\/content.js" ], "css": [ "style\/style.css", "style\/jquery-confirm.min.css" ], "run_at": "document_end" } ], "background": { "scripts": [ "script\/libary\/jquery.js", "script\/libary\/firebase\/firebase-app.js", "script\/libary\/firebase\/firebase-auth.js", "script\/libary\/firebase\/firebase-storage.js", "script\/background\/firebase.js", "script\/background\/background.js" ] }, "icons": { "32": "icon\/editor32.png", "64": "icon\/editor64.png", "128": "icon\/editor128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |