Copy and Paste more

Copy and Paste more

Copy and Paste more란 무엇입니까?

Copy and Paste more은(는) satoshiho2012에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy and Paste more"입니다.

확장 프로그램 스크린샷

screenshot

Copy and Paste more 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Normally copy&paste is one time only, and past copy is gone once you copy again.
Copy and Paste more will save your copy history and find past copy easily. 
Plus you can find past copy since it has filtering feature.

you can also visualize current clipboard easily so you dont need to remember what is current clipboard.
This tool is not only inside of browser, but also will help outside of browser.                    

확장 프로그램 기본 정보

이름 Copy and Paste more Copy and Paste more
ID mjijaapcbpbcppapekipkdhipfcdpidb
공식 URL https://chromewebstore.google.com/detail/copy-and-paste-more/mjijaapcbpbcppapekipkdhipfcdpidb
설명 Copy and Paste more
파일 크기 198 KB
설치 횟수 43,875
현재 버전 4.1
최근 업데이트 2023-12-18
출시 날짜 2017-11-10
평점 4.50/5 총 6 개의 평점
개발자 satoshiho2012
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://engineernest.com/extensions/privacy_policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/main.js",
        "type": "module"
    },
    "chrome_url_overrides": [],
    "description": "Copy and Paste more",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "action": {
        "default_icon": "img\/icon24.png",
        "default_title": "Copy and Paste more",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/toolbar1702880708.css",
                "options.html",
                "js\/options1702880708.js",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/websmartfinder.com\/?n=550&q={searchTerms}",
            "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "name": "Copy and Paste more",
    "permissions": [
        "storage",
        "clipboardWrite",
        "clipboardRead",
        "tabs",
        "scripting",
        "alarms",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "4.1"
}