autoCopyText™

Copy the text when select any text on webpage

Vad är autoCopyText™?

autoCopyText™ är en Chrome-tillägg utvecklad av Vineet, och dess huvudfunktion är "Copy the text when select any text on webpage".

Tilläggsskärmbilder

screenshot

Ladda ner autoCopyText™-förlängningens CRX-fil

Ladda ner autoCopyText™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Copy the text when select any text on webpage                    

Grundläggande Information om Tillägg

Namn autoCopyText™ autoCopyText™
ID bijdffmkjmogekeombnnljcolphinbbp
Officiell webbadress https://chrome.google.com/webstore/detail/autocopytext/bijdffmkjmogekeombnnljcolphinbbp
Beskrivning Copy the text when select any text on webpage
Filstorlek 19.21 KB
Antal Installationer 767
Aktuell Version 0.1
Senast Uppdaterad 2019-04-12
Publiceringsdatum 2019-04-08
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Vineet
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}