FUNiX Onpage Editor
This extension used to edit content which translated by FUNiX.
FUNiX Onpage Editor क्या है?
FUNiX Onpage Editor xuanqn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension used to edit content which translated by FUNiX."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FUNiX Onpage Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It helps to edit content which translated on some web pages. Editors can update translation of a webpage directly on the Chrome browser.
एक्सटेंशन की मूल जानकारी
नाम | FUNiX Onpage Editor |
ID | cfplaknkgdbhfmaedicfjohfbnocnbfg |
आधिकारिक URL | https://chromewebstore.google.com/detail/funix-onpage-editor/cfplaknkgdbhfmaedicfjohfbnocnbfg |
विवरण | This extension used to edit content which translated by FUNiX. |
फ़ाइल का आकार | 164 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 0.3.5 |
अंतिम अपडेट | 2023-08-18 |
प्रकाशन तिथि | 2020-04-11 |
डेवलपर | xuanqn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://funix.edu.vn |
गोपनीयता नीति पृष्ठ URL | https://funix.edu.vn/funix-passport-privacy-policy |
समर्थित भाषाएँ | 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" ] } |