Generate Slug Online

Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL

Co je Generate Slug Online?

Generate Slug Online je rozšíření Chrome vyvinuté https://sitesharing.net, a jeho hlavní funkcí je „Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Generate Slug Online

Stáhněte si soubory rozšíření Generate Slug Online ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension instantly generates SEO-friendly and human-readable URLs for your website. Handle any string easily and convert accented text to unsigned                    

Základní Informace o Rozšíření

Název Generate Slug Online Generate Slug Online
ID nhkcomjmaikiobkgkifjdojddoplgfkm
Oficiální URL https://chromewebstore.google.com/detail/generate-slug-online/nhkcomjmaikiobkgkifjdojddoplgfkm
Popis Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL
Velikost souboru 20.2 KB
Počet instalací 83
Aktuální Verze 1.0
Poslední Aktualizace 2022-05-07
Datum Vydání 2022-05-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://sitesharing.net
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sitesharing.net/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Generate Slug Online",
    "description": "Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL",
    "version": "1.0",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "popup.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}