Shlink It!
Use your self-hosted Shlink server to create a shortcut to the current URL.
什么是Shlink It!?
Shlink It!是由Ted Kulp开发的Chrome扩展程序,该扩展的主要功能是“Use your self-hosted Shlink server to create a shortcut to the current URL.”。
扩展截图
下载Shlink It!扩展crx文件
下载Shlink It!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Shlink It! |
ID | honjlmannamjohjjmlfkohhcppoelpfc |
官方URL | https://chromewebstore.google.com/detail/shlink-it/honjlmannamjohjjmlfkohhcppoelpfc |
简介 | Use your self-hosted Shlink server to create a shortcut to the current URL. |
文件大小 | 359 KB |
安装次数 | 72 |
当前版本 | 0.1 |
更新时间 | 2022-03-28 |
上架时间 | 2022-03-28 |
开发者 | Ted Kulp |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/tedkulp/shlink-it |
帮助页面URL | https://github.com/tedkulp/shlink-it |
支持的语言 | 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" } |