LaTeX Copy-Paste

Copy & Paste LaTeX: Seamless formula transfer

LaTeX Copy-Paste란 무엇입니까?

LaTeX Copy-Paste은(는) SSS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy & Paste LaTeX: Seamless formula transfer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LaTeX Copy-Paste 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Copy LaTeX from webpage and paste to anywhere 

I would like to get your feedback on this product, please contact https://t.me/zp_mh                    

확장 프로그램 기본 정보

이름 LaTeX Copy-Paste LaTeX Copy-Paste
ID ifccgcphojiocdnpibgdolmbhnjccaoh
공식 URL https://chromewebstore.google.com/detail/latex-copy-paste/ifccgcphojiocdnpibgdolmbhnjccaoh
설명 Copy & Paste LaTeX: Seamless formula transfer
파일 크기 72.54 KB
설치 횟수 413
현재 버전 0.1.6
최근 업데이트 2023-11-12
출시 날짜 2023-08-01
평점 4.25/5 총 4 개의 평점
개발자 SSS
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://templ.vercel.app
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LaTeX  Copy-Paste",
    "version": "0.1.6",
    "manifest_version": 3,
    "description": "Copy & Paste LaTeX: Seamless formula transfer",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "64": "assets\/icons\/64.png",
        "128": "assets\/icons\/128.png"
    },
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/index.js-loader-da3337ed.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "all_frames": false,
            "css": [
                "assets\/index-cc075105.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/clipboard-polyfill.es6-ca7c5cb5.js",
                "assets\/bundle.min-d3c09a3c.js",
                "assets\/index.js-f32d40b6.js"
            ],
            "use_dynamic_url": true
        }
    ]
}