shly.link - URL Shortener Service
Easiest URL shortener
什麼是shly.link - URL Shortener Service?
shly.link - URL Shortener Service是由https://shly.link開發的Chrome擴展程式,該擴展的主要功能是“Easiest URL shortener”。
擴展截圖
下載shly.link - URL Shortener Service擴展crx文件
下載shly.link - URL Shortener Service擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get the short URL just by clicking the extension logo
Features:
* Fast URL shortener
* QR code 擴展基本資訊
| 名稱 | |
| ID | gjapialngbmoacjakbianepjhkjpjjcg |
| 官方網址 | https://chromewebstore.google.com/detail/shlylink-url-shortener-se/gjapialngbmoacjakbianepjhkjpjjcg |
| 簡介 | Easiest URL shortener |
| 檔案大小 | 93.35 KB |
| 安裝次數 | 1,647 |
| 目前版本 | 2.17.1 |
| 更新時間 | 2022-08-11 |
| 上架時間 | 2020-06-06 |
| 評分 | 3.90/5 共 21 次評分 |
| 開發者 | https://shly.link |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://shly.link/ |
| 說明頁面URL | https://shly.link/npZhx |
| 支援的語言 | de,en,fr,et,es,fi,ru,uk,ko |
| manifest.json | |
{
"name": "__MSG_chromeWebstoreAppName__",
"short_name": "__MSG_chromeWebstoreAppShortName__",
"description": "__MSG_chromeWebstoreAppDescription__",
"version": "2.17.1",
"default_locale": "en",
"manifest_version": 3,
"permissions": [
"activeTab",
"clipboardWrite"
],
"host_permissions": [
"https:\/\/shly.link\/"
],
"action": {
"default_icon": {
"16": "assets\/img\/app\/icon-16x16.png",
"19": "assets\/img\/app\/icon-19x19.png",
"32": "assets\/img\/app\/icon-32x32.png",
"38": "assets\/img\/app\/icon-38x38.png",
"48": "assets\/img\/app\/icon-48x48.png",
"96": "assets\/img\/app\/icon-96x96.png",
"128": "assets\/img\/app\/icon-128x128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "assets\/img\/app\/icon-16x16.png",
"19": "assets\/img\/app\/icon-19x19.png",
"32": "assets\/img\/app\/icon-32x32.png",
"38": "assets\/img\/app\/icon-38x38.png",
"48": "assets\/img\/app\/icon-48x48.png",
"96": "assets\/img\/app\/icon-96x96.png",
"128": "assets\/img\/app\/icon-128x128.png"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |