text info

provides selected text info of web page

Vad är text info?

text info är en Chrome-tillägg utvecklad av robertmhatchersd2x5, och dess huvudfunktion är "provides selected text info of web page".

Tilläggsskärmbilder

screenshot

Ladda ner text info-förlängningens CRX-fil

Ladda ner text info-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

                        check the details of the text  easily with this tool
Open web page example www.lipsum.com
Click on extension icon to turn ON extension
Now select the text with mouse on webpage                    

Grundläggande Information om Tillägg

Namn text info text info
ID bneoimbmmcedgdejehakhadgaeeilgce
Officiell webbadress https://chrome.google.com/webstore/detail/text-info/bneoimbmmcedgdejehakhadgaeeilgce
Beskrivning provides selected text info of web page
Filstorlek 22.39 KB
Antal Installationer 2,595
Aktuell Version 0.0.0.01
Senast Uppdaterad 2022-05-17
Publiceringsdatum 2022-05-17
Utvecklare robertmhatchersd2x5
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "text info",
    "version": "0.0.0.01",
    "manifest_version": 3,
    "description": "provides selected text info of web page",
    "action": {
        "default_icon": "icons.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}