Slugify
Server-Friendly File Names and Well-Formatted URLs. Slugified.
Co to jest Slugify?
Slugify to rozszerzenie Chrome opracowane przez dragos, a jego główną funkcją jest „Server-Friendly File Names and Well-Formatted URLs. Slugified.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Slugify
Pobierz pliki rozszerzeń Slugify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Helps convert a title/label into a slug format.
Useful for creating SEO friendly URLs and anchor IDs. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mhnogneklbhchpeigbeapnpjoicafkam |
| Oficjalny URL | https://chromewebstore.google.com/detail/slugify/mhnogneklbhchpeigbeapnpjoicafkam |
| Opis | Server-Friendly File Names and Well-Formatted URLs. Slugified. |
| Rozmiar pliku | 21.02 KB |
| Liczba instalacji | 70 |
| Aktualna Wersja | 0.0.0.1 |
| Ostatnia Aktualizacja | 2022-06-27 |
| Data Publikacji | 2022-06-26 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | dragos |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |