FUNiX Onpage Editor
This extension used to edit content which translated by FUNiX.
什麼是FUNiX Onpage Editor?
FUNiX Onpage Editor是由xuanqn開發的Chrome擴展程式,該擴展的主要功能是“This extension used to edit content which translated by FUNiX.”。
擴展截圖
下載FUNiX Onpage Editor擴展crx文件
下載FUNiX Onpage Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |