Generate Slug Online
Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL
What is Generate Slug Online?
Generate Slug Online is a Chrome extension developed by https://sitesharing.net, and its main feature is "Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL".
Extension Screenshots
Download Generate Slug Online Extension CRX File
Download Generate Slug Online 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 instantly generates SEO-friendly and human-readable URLs for your website. Handle any string easily and convert accented text to unsigned
Extension Basic Information
Name | Generate Slug Online |
ID | nhkcomjmaikiobkgkifjdojddoplgfkm |
Official URL | https://chromewebstore.google.com/detail/generate-slug-online/nhkcomjmaikiobkgkifjdojddoplgfkm |
Description | Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL |
File Size | 20.2 KB |
Installation Count | 83 |
Current Version | 1.0 |
Last Updated | 2022-05-07 |
Publish Date | 2022-05-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://sitesharing.net |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sitesharing.net/privacy-policy |
Supported Languages | 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": [ "*:\/\/*\/*" ] } ] } |