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
公式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
Eメール [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
}