超级复制助手-阿良版

帮助用户复制和粘贴选中文本

Cos'è 超级复制助手-阿良版?

超级复制助手-阿良版 è un'estensione di Chrome sviluppata da inroading, e la sua funzione principale è "帮助用户复制和粘贴选中文本".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 超级复制助手-阿良版

Scarica i file di estensione 超级复制助手-阿良版 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        选中文本,点击图标,自动复制到粘贴板。可解除常见文档的禁止屏蔽,如钉钉、飞书等。                    

Informazioni di Base sull'Estensione

Nome 超级复制助手-阿良版 超级复制助手-阿良版
ID dcigholdoefmgbgpknpiaoiabopchije
URL Ufficiale https://chromewebstore.google.com/detail/%E8%B6%85%E7%BA%A7%E5%A4%8D%E5%88%B6%E5%8A%A9%E6%89%8B-%E9%98%BF%E8%89%AF%E7%89%88/dcigholdoefmgbgpknpiaoiabopchije
Descrizione 帮助用户复制和粘贴选中文本
Dimensione del File 11.66 KB
Conteggio Installazioni 347
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-01
Data di Pubblicazione 2023-05-31
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore inroading
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u8d85\u7ea7\u590d\u5236\u52a9\u624b-\u963f\u826f\u7248",
    "version": "1.0",
    "description": "\u5e2e\u52a9\u7528\u6237\u590d\u5236\u548c\u7c98\u8d34\u9009\u4e2d\u6587\u672c",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}