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文件

下載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
官方網址 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
}