FUNiX Onpage Editor
This extension used to edit content which translated by FUNiX.
Что такое FUNiX Onpage Editor?
FUNiX Onpage Editor - это расширение Chrome, разработанное xuanqn, и его основная функция - "This extension used to edit content which translated by FUNiX.".
Снимки экрана расширения
Скачать файл CRX расширения FUNiX Onpage Editor
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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"
]
} | |