autoCopyText™

Copy the text when select any text on webpage

Apa itu autoCopyText™?

autoCopyText™ adalah ekstensi Chrome yang dikembangkan oleh Vineet, dan fitur utamanya adalah "Copy the text when select any text on webpage".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi autoCopyText™

Unduh file ekstensi autoCopyText™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Copy the text when select any text on webpage                    

Informasi Dasar Ekstensi

Nama autoCopyText™ autoCopyText™
ID bijdffmkjmogekeombnnljcolphinbbp
URL Resmi https://chrome.google.com/webstore/detail/autocopytext/bijdffmkjmogekeombnnljcolphinbbp
Deskripsi Copy the text when select any text on webpage
Ukuran File 19.21 KB
Jumlah Instalasi 767
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-04-12
Tanggal Publikasi 2019-04-08
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Vineet
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "autoCopyText\u2122",
    "author": "vineet sahu",
    "description": "Copy the text when select any text on webpage",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/autoCopy128x128.png"
    },
    "icons": {
        "128": ".\/icons\/autoCopy128x128.png",
        "48": ".\/icons\/autoCopy48x48.png",
        "24": ".\/icons\/autoCopy24x24.png",
        "16": ".\/icons\/autoCopy16x16.png"
    },
    "short_name": "autoCopy",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "version_name": "sahuchahu - 0.1",
    "manifest_version": 2
}