Enable Copy Anywhere

Activate the ability to select/copy from restricted sites.

Enable Copy Anywhere란 무엇입니까?

Enable Copy Anywhere은(는) N & B에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Activate the ability to select/copy from restricted sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Enable Copy Anywhere 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ️ ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. Enable the right click, copy, select and paste in every site from the settings.

✨Features ✨

1. Enable/disable to select/copy/paste/use of right-click the text of the sites that restricts.
2. Disable copy by one click, and remembers which site to unblock for future visits.

Pin 📌this extension, you can enable/disable to select/copy/paste/use of right-click the text of no selection sites.                    

확장 프로그램 기본 정보

이름 Enable Copy Anywhere Enable Copy Anywhere
ID plnlliclnceednefeebkgflnmlchdmcf
공식 URL https://chromewebstore.google.com/detail/enable-copy-anywhere/plnlliclnceednefeebkgflnmlchdmcf
설명 Activate the ability to select/copy from restricted sites.
파일 크기 12.32 KB
설치 횟수 2,000
현재 버전 1.0.0
최근 업데이트 2022-12-10
출시 날짜 2022-12-10
평점 4.78/5 총 18 개의 평점
개발자 N & B
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Copy Anywhere",
    "version": "1.0.0",
    "description": "Activate the ability to select\/copy from restricted sites.",
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "settings.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ]
}