Slugifier
Turns your selected text into-a-slug
What is Slugifier?
Slugifier is a Chrome extension developed by Stas Gavrylov, and its main feature is "Turns your selected text into-a-slug".
Extension Screenshots
Download Slugifier Extension CRX File
Download Slugifier 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
This extension adds a context menu option that allows you to instantly convert any selected text to kebab-case, or, in other words, turns it into a slug (https://en.wikipedia.org/wiki/Semantic_URL#Slug). The resulted slug will be saved to your clipboard. v1.0.5 Adds support for accented characters (diacritics)
Extension Basic Information
Name | Slugifier |
ID | danggggdajhgdhkgijiobeamelnpojme |
Official URL | https://chromewebstore.google.com/detail/slugifier/danggggdajhgdhkgijiobeamelnpojme |
Description | Turns your selected text into-a-slug |
File Size | 7.9 KB |
Installation Count | 255 |
Current Version | 1.0.5 |
Last Updated | 2017-11-17 |
Publish Date | 2017-11-17 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Stas Gavrylov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/stasgavrylov/slugifier-chrome-extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slugifier", "description": "Turns your selected text into-a-slug", "version": "1.0.5", "permissions": [ "contextMenus", "clipboardWrite" ], "background": { "scripts": [ "slugifier.js" ] }, "icons": { "16": "icons\/slugifier16.png", "48": "icons\/slugifier48.png", "128": "icons\/slugifier128.png" }, "manifest_version": 2 } |