Slugify

Server-Friendly File Names and Well-Formatted URLs. Slugified.

什麼是Slugify?

Slugify是由dragos開發的Chrome擴展程式,該擴展的主要功能是“Server-Friendly File Names and Well-Formatted URLs. Slugified.”。

擴展截圖

screenshot

下載Slugify擴展crx文件

下載Slugify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Helps convert a title/label into a slug format. 
Useful for creating SEO friendly URLs and anchor IDs.                    

擴展基本資訊

名稱 Slugify Slugify
ID mhnogneklbhchpeigbeapnpjoicafkam
官方網址 https://chromewebstore.google.com/detail/slugify/mhnogneklbhchpeigbeapnpjoicafkam
簡介 Server-Friendly File Names and Well-Formatted URLs. Slugified.
檔案大小 21.02 KB
安裝次數 70
目前版本 0.0.0.1
更新時間 2022-06-27
上架時間 2022-06-26
評分 5.00/5 共 3 次評分
開發者 dragos
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slugify",
    "version": "0.0.0.1",
    "description": "Server-Friendly File Names and Well-Formatted URLs. Slugified.",
    "permissions": [],
    "action": {
        "default_title": "Server-Friendly File Names and Well-Formatted URLs",
        "default_popup": "slugify.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 3
}