Generate Slug Online

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

Generate Slug Onlineとは何ですか?

Generate Slug Onlineはhttps://sitesharing.netによって開発されたChromeの拡張機能で、その主な機能は「Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL」です。

拡張機能のスクリーンショット

screenshot

Generate Slug Online拡張機能のCRXファイルをダウンロード

Generate Slug Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Generate Slug Online Generate Slug Online
ID nhkcomjmaikiobkgkifjdojddoplgfkm
公式URL https://chromewebstore.google.com/detail/generate-slug-online/nhkcomjmaikiobkgkifjdojddoplgfkm
説明 Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL
ファイルサイズ 20.2 KB
インストール数 83
現在のバージョン 1.0
最終更新日 2022-05-07
公開日 2022-05-06
評価 5.00/5 合計 1 レビュー
開発者 https://sitesharing.net
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sitesharing.net/privacy-policy
対応言語 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}