Make Shortlink + Copy link = Liral
creates a short link for the current url tab
什麼是Make Shortlink + Copy link = Liral?
Make Shortlink + Copy link = Liral是由https://lir.al開發的Chrome擴展程式,該擴展的主要功能是“creates a short link for the current url tab”。
擴展截圖
下載Make Shortlink + Copy link = Liral擴展crx文件
下載Make Shortlink + Copy link = Liral擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The easiest way that only needs pressing a button with two simultaneous functions:
For shortening long, confusing URLs and sending to clipboard (storing by Ctrl+C), all you need to do is paste.
As fast and simple as that! 擴展基本資訊
| 名稱 | |
| ID | ibljjgpdelcmgcmgooniaolcpboegnch |
| 官方網址 | https://chromewebstore.google.com/detail/make-shortlink-+-copy-lin/ibljjgpdelcmgcmgooniaolcpboegnch |
| 簡介 | creates a short link for the current url tab |
| 檔案大小 | 46.22 KB |
| 安裝次數 | 116 |
| 目前版本 | 1.0.7 |
| 更新時間 | 2019-01-14 |
| 上架時間 | 2019-01-13 |
| 評分 | 4.80/5 共 5 次評分 |
| 開發者 | https://lir.al |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon\/icon_16.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"js\/popup.js"
],
"matches": [
"http:\/\/*\/*"
]
}
],
"description": "creates a short link for the current url tab",
"icons": {
"128": "icon\/icon_128.png",
"16": "icon\/icon_16.png",
"48": "icon\/icon_48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxXvh4y3POrZj8K+kJvnpF1bUD5VLtyacqXlnm+SuUjWK7V+Pn+i4bI7IF8coE7oGVG0Ori7CADyf375A5lgBVWjcFlNCVZJ5Fv+CgIlEQ0uaNxNegMGJBZpabb5i1Xh576Y2fCYTvaUDUWy3\/JpfAhWvkBC+vDuGHMTojdCwGxwqTHvFLwnXGloG6Gm6oI\/r6EChzJTgtPhXa25\/tMYJNJ+KVwUpAzCv+lvM5CKioK478TywFRsqu+cjr+aIRxYu9vEmAy8eDjWZGVaBLKbSXraehIDJydB8yHTJJY8PiYnPVNQPatt1Y4t2tNOopNQz7fWfAbrlL\/NRhkJ8u1ArUwIDAQAB",
"manifest_version": 2,
"name": "Make Shortlink + Copy link = Liral",
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.7"
} | |