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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}