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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension instantly generates SEO-friendly and human-readable URLs for your website. Handle any string easily and convert accented text to unsigned
확장 프로그램 기본 정보
이름 | Generate Slug Online |
ID | nhkcomjmaikiobkgkifjdojddoplgfkm |
공식 URL | 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": [ "*:\/\/*\/*" ] } ] } |