MultiCopies

Easy to Copy, Paste & Create Documents - Clipboard Manager

MultiCopies란 무엇입니까?

MultiCopies은(는) Shubeeksh Kumaran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy to Copy, Paste & Create Documents - Clipboard Manager"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MultiCopies 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of Continuously Copy-Pasting Info from different websites to a document for projects, documentations, etc.  ???
 
MultiCopies is the solution !!!

Keep copying info from various sites 

MultiCopies stores this in the same order

Download the entire copy history as .txt or .doc (formatted by font & size)
OR
Copy everything or whichever you want and paste manually anywhere.

Additional Features :-
1) No Duplicate Copies.
2) Copy b/w Multiple Instances.
3) Stored permanently until user clears it.

Once done, Clear it

LIFE SIMPLIFIED !!!                    

확장 프로그램 기본 정보

이름 MultiCopies MultiCopies
ID lhkmphobkejdgjclenjalahbnieaenfa
공식 URL https://chromewebstore.google.com/detail/multicopies/lhkmphobkejdgjclenjalahbnieaenfa
설명 Easy to Copy, Paste & Create Documents - Clipboard Manager
파일 크기 54.24 KB
설치 횟수 107
현재 버전 1.0.2
최근 업데이트 2023-10-12
출시 날짜 2023-09-11
평점 4.79/5 총 19 개의 평점
개발자 Shubeeksh Kumaran
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MultiCopies",
    "version": "1.0.2",
    "description": "Easy to Copy, Paste & Create Documents - Clipboard Manager",
    "permissions": [
        "storage",
        "clipboardRead"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/Logo.png",
                "assets\/copy.png",
                "assets\/Title.JPG"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/Logo.png",
            "24": "assets\/Logo.png",
            "32": "assets\/Logo.png"
        },
        "default_title": "MultiCopies",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/Logo.png",
        "48": "assets\/Logo.png",
        "128": "assets\/Logo.png"
    },
    "manifest_version": 3
}