MultiCopies

Easy to Copy, Paste & Create Documents - Clipboard Manager

MultiCopiesคืออะไร?

MultiCopies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shubeeksh Kumaran และคุณลักษณะหลักของมันคือ "Easy to Copy, Paste & Create Documents - Clipboard Manager"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiCopies

ดาวน์โหลดไฟล์ส่วนขยาย MultiCopies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}