Shlink It!
Use your self-hosted Shlink server to create a shortcut to the current URL.
Shlink It! là gì?
Shlink It! là một tiện ích mở rộng Chrome được phát triển bởi Ted Kulp, và tính năng chính của nó là "Use your self-hosted Shlink server to create a shortcut to the current URL.".
Ả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 Shlink It!
Tải xuống các tệp mở rộng Shlink It! 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
Shlink It! will create a short URL from the current tab, using your self-hosted Shlink server. It gives you several options before the link is created, and will copy the short URL to your clipboard. After the extension is installed, go to the Settings page and enter your Shlink URL and API key to get started. See shlink.io for more details on hosting your own server. NOTE: This extension is Unofficial and not directly affiliated with the Shlink project.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shlink It! |
ID | honjlmannamjohjjmlfkohhcppoelpfc |
URL Chính Thức | https://chromewebstore.google.com/detail/shlink-it/honjlmannamjohjjmlfkohhcppoelpfc |
Mô tả | Use your self-hosted Shlink server to create a shortcut to the current URL. |
Kích Thước Tệp | 359 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2022-03-28 |
Ngày Phát Hành | 2022-03-28 |
Nhà Phát Triển | Ted Kulp |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tedkulp/shlink-it |
URL Trang Trợ Giúp | https://github.com/tedkulp/shlink-it |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shlink It!", "description": "Use your self-hosted Shlink server to create a shortcut to the current URL.", "version": "0.1", "manifest_version": 3, "permissions": [ "storage", "activeTab", "notifications" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/shlink-16.png", "48": "\/images\/shlink-48.png", "64": "\/images\/shlink-64.png", "96": "\/images\/shlink-96.png", "128": "\/images\/shlink-128.png", "256": "\/images\/shlink-256.png" } }, "icons": { "16": "\/images\/shlink-16.png", "48": "\/images\/shlink-48.png", "64": "\/images\/shlink-64.png", "96": "\/images\/shlink-96.png", "128": "\/images\/shlink-128.png", "256": "\/images\/shlink-256.png" }, "options_page": "options.html" } |