Generate Slug Online
Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL
Co to jest Generate Slug Online?
Generate Slug Online to rozszerzenie Chrome opracowane przez https://sitesharing.net, a jego główną funkcją jest „Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Generate Slug Online
Pobierz pliki rozszerzeń Generate Slug Online 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
This extension instantly generates SEO-friendly and human-readable URLs for your website. Handle any string easily and convert accented text to unsigned
Podstawowe informacje o rozszerzeniu
Nazwa | Generate Slug Online |
ID | nhkcomjmaikiobkgkifjdojddoplgfkm |
Oficjalny URL | https://chromewebstore.google.com/detail/generate-slug-online/nhkcomjmaikiobkgkifjdojddoplgfkm |
Opis | Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL |
Rozmiar pliku | 20.2 KB |
Liczba instalacji | 83 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-05-07 |
Data Publikacji | 2022-05-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://sitesharing.net |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://sitesharing.net/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Generate Slug Online", "description": "Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL", "version": "1.0", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "content_scripts": [ { "js": [ "popup.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |