Ngecilin Extension
Chrome Extension to shorten your looooong URL.
Ngecilin Extension란 무엇입니까?
Ngecilin Extension은(는) https://kulkul.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension to shorten your looooong URL."입니다.
확장 프로그램 스크린샷
Ngecilin Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shorten your long URLs easily using TinyURL and Short.io services. You can share the shortened links via social media with our URL shortener. Shortening your URLs will also make the links look elegant and clean. With this extension, you can track of created short URLs and access the analytics. URL Shortener Features: - Easily shorten URLs without any need of an account. - Share the short links with one tap - Shorten Url from Notification - One-click easy copying - Completely free Find bugs or need help? Contact us at [email protected] Please rate ★★★★★ if you like this app.
확장 프로그램 기본 정보
이름 | Ngecilin Extension |
ID | hbcmhfleidhgnfhfchencfkefmabfkhe |
공식 URL | https://chromewebstore.google.com/detail/ngecilin-extension/hbcmhfleidhgnfhfchencfkefmabfkhe |
설명 | Chrome Extension to shorten your looooong URL. |
파일 크기 | 41.4 KB |
설치 횟수 | 18 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2022-11-21 |
출시 날짜 | 2020-10-14 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://kulkul.tech |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.kulkul.tech/ |
도움말 페이지 URL | https://www.kulkul.tech/contact-us |
개인정보 보호 정책 페이지 URL | https://kulkul.tech/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ngecilin Extension", "version": "1.1.2", "description": "Chrome Extension to shorten your looooong URL.", "manifest_version": 2, "permissions": [ "tabs", "storage", "*:\/\/api.short.cm\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "options_page": "options\/index.html", "background": { "scripts": [ "background\/index.js" ], "persistent": true }, "web_accessible_resources": [], "content_scripts": [], "browser_action": { "default_title": "Ngecilin Extension", "default_icon": { "16": "assets\/icons\/icon-ngecilin-16.png", "32": "assets\/icons\/icon-ngecilin-32.png", "48": "assets\/icons\/icon-ngecilin-48.png", "128": "assets\/icons\/icon-ngecilin-128.png" }, "default_popup": "popup\/index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "MacCtrl+Shift+P" }, "description": "Open Ngecilin Extension" } }, "icons": { "16": "assets\/icons\/icon-ngecilin-16.png", "32": "assets\/icons\/icon-ngecilin-32.png", "48": "assets\/icons\/icon-ngecilin-48.png", "128": "assets\/icons\/icon-ngecilin-128.png" } } |