Shortlink
Create personal, easy to remember shortlinks for hard to remember URLs.
Shortlink란 무엇입니까?
Shortlink은(는) Mike에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create personal, easy to remember shortlinks for hard to remember URLs."입니다.
확장 프로그램 스크린샷
Shortlink 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Better than bookmarks, create Shortlinks to organize your links or link to hard to remember URLs. Don't remember your shortlink? Navigate to m/[query] and it'll pull up your Shortlinks that match your query! Press Alt+D (Mac) or Ctrl+Shift+S (Windows) to create a Shortlink. Type that Shortlink into your url bar to pull up the page again (ex. m/roadmap). Need help? Check out m/help (or http://m/help). Currently has a 30 link limit, want more? Premium will be coming soon!
확장 프로그램 기본 정보
이름 | Shortlink |
ID | apgeooocopnncglmnlngfpgggkmlcldf |
공식 URL | https://chromewebstore.google.com/detail/shortlink/apgeooocopnncglmnlngfpgggkmlcldf |
설명 | Create personal, easy to remember shortlinks for hard to remember URLs. |
파일 크기 | 6.47 MB |
설치 횟수 | 1,249 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2017-12-04 |
출시 날짜 | 2017-12-03 |
평점 | 4.48/5 총 21 개의 평점 |
개발자 | Mike |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shortlink", "version": "0.0.7", "manifest_version": 2, "description": "Create personal, easy to remember shortlinks for hard to remember URLs.", "homepage_url": "https:\/\/shortlinkapp.com", "icons": { "16": "icons\/shortlink_logo_solid_16.png", "32": "icons\/shortlink_logo_transparent_32.png", "48": "icons\/shortlink_logo_transparent_48.png", "128": "icons\/shortlink_logo_transparent_128.png" }, "background": { "scripts": [ "src\/background.min.js" ], "persistent": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+D", "windows": "Ctrl+Shift+S" } } }, "browser_action": { "default_icon": { "48": "icons\/shortlink_logo_solid_48.png" }, "default_title": "Shortlink", "default_popup": "src\/popup.html" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "storage", "*:\/\/m\/*" ], "web_accessible_resources": [ "src\/popup.html", "src\/home.html", "src\/help.html" ], "content_security_policy": "script-src https:\/\/cdn.paddle.com 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |