Shortlink
Create personal, easy to remember shortlinks for hard to remember URLs.
Shortlink là gì?
Shortlink là một tiện ích mở rộng Chrome được phát triển bởi Mike, và tính năng chính của nó là "Create personal, easy to remember shortlinks for hard to remember URLs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shortlink
Tải xuống các tệp mở rộng Shortlink dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shortlink |
ID | apgeooocopnncglmnlngfpgggkmlcldf |
URL Chính Thức | https://chromewebstore.google.com/detail/shortlink/apgeooocopnncglmnlngfpgggkmlcldf |
Mô tả | Create personal, easy to remember shortlinks for hard to remember URLs. |
Kích Thước Tệp | 6.47 MB |
Số Lần Cài Đặt | 1,249 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2017-12-04 |
Ngày Phát Hành | 2017-12-03 |
Đánh Giá | 4.48/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | Mike |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |