Slugifier
Turns your selected text into-a-slug
Wat is Slugifier?
Slugifier is een Chrome-extensie ontwikkeld door Stas Gavrylov, en de belangrijkste functie is "Turns your selected text into-a-slug".
Extensie Screenshots
Download het CRX-bestand van de extensie Slugifier
Download Slugifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | danggggdajhgdhkgijiobeamelnpojme |
| Officiële URL | https://chromewebstore.google.com/detail/slugifier/danggggdajhgdhkgijiobeamelnpojme |
| Beschrijving | Turns your selected text into-a-slug |
| Bestandsgrootte | 7.9 KB |
| Aantal Installaties | 255 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2017-11-17 |
| Publicatiedatum | 2017-11-17 |
| Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Stas Gavrylov |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/stasgavrylov/slugifier-chrome-extension |
| Ondersteunde Talen | 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
} | |