Text Convert Case

Convert case, slugify data of the selected text

Vad är Text Convert Case?

Text Convert Case är en Chrome-tillägg utvecklad av Genius Lynx, och dess huvudfunktion är "Convert case, slugify data of the selected text".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Text Convert Case-förlängningens CRX-fil

Ladda ner Text Convert Case-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

                        Convert case of the selected text to uppercase, lowercase, sentence case, title case and slugify data of the selected text.

Select text on any web page, right click and select the Text Convert Case menu choose UPPERCASE, lowercase, Sentence case, Title Case, Slugify and get the result on the clipboard.                    

Grundläggande Information om Tillägg

Namn Text Convert Case Text Convert Case
ID kledidppeblnjfclciibeaebnnlopgdm
Officiell webbadress https://chromewebstore.google.com/detail/text-convert-case/kledidppeblnjfclciibeaebnnlopgdm
Beskrivning Convert case, slugify data of the selected text
Filstorlek 11.48 KB
Antal Installationer 137
Aktuell Version 1.0.0.0
Senast Uppdaterad 2021-12-10
Publiceringsdatum 2021-12-09
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Genius Lynx
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://geniuslynx.com/privacy-policy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Convert Case",
    "version": "1.0.0.0",
    "author": "Genius Lynx",
    "description": "Convert case, slugify data of the selected text",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Text Convert Case"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "manifest_version": 2
}