Slugify

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

What is Slugify?

Slugify is a Chrome extension developed by dragos, and its main feature is "Server-Friendly File Names and Well-Formatted URLs. Slugified.".

Extension Screenshots

screenshot

Download Slugify Extension CRX File

Download Slugify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Slugify Slugify
ID mhnogneklbhchpeigbeapnpjoicafkam
Official URL https://chromewebstore.google.com/detail/slugify/mhnogneklbhchpeigbeapnpjoicafkam
Description Server-Friendly File Names and Well-Formatted URLs. Slugified.
File Size 21.02 KB
Installation Count 70
Current Version 0.0.0.1
Last Updated 2022-06-27
Publish Date 2022-06-26
Rating 5.00/5 Total 3 Ratings
Developer dragos
Email [email protected]
Payment Type free
Supported Languages 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
}