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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    ]
}