Generate Slug Online
Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL
什麼是Generate Slug Online?
Generate Slug Online是由https://sitesharing.net開發的Chrome擴展程式,該擴展的主要功能是“Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL”。
擴展截圖
下載Generate Slug Online擴展crx文件
下載Generate Slug Online擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension instantly generates SEO-friendly and human-readable URLs for your website. Handle any string easily and convert accented text to unsigned 擴展基本資訊
| 名稱 | |
| ID | nhkcomjmaikiobkgkifjdojddoplgfkm |
| 官方網址 | https://chromewebstore.google.com/detail/generate-slug-online/nhkcomjmaikiobkgkifjdojddoplgfkm |
| 簡介 | Tool generate slug automatically with javascript, demo example convert accented text to unsigned like slug when rewriting URL |
| 檔案大小 | 20.2 KB |
| 安裝次數 | 83 |
| 目前版本 | 1.0 |
| 更新時間 | 2022-05-07 |
| 上架時間 | 2022-05-06 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://sitesharing.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://sitesharing.net/privacy-policy |
| 支援的語言 | 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": [
"*:\/\/*\/*"
]
}
]
} | |