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 |
官方網址 | 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" } |