Hyperlink
Get push notifications when your links get clicked!
什麼是Hyperlink?
Hyperlink是由https://usehyperlink.com開發的Chrome擴展程式,該擴展的主要功能是“Get push notifications when your links get clicked!”。
擴展截圖
下載Hyperlink擴展crx文件
下載Hyperlink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hyperlink is a link shortener that lets you get notified when you links are clicked on.
Hyperlink supports:
- Right click to create Hyperlinks
- Custom domains
- Editable destination urls
- A push notification API
- QR codes (mobile only)
Mobile apps available for both iOS and Android. 擴展基本資訊
| 名稱 | |
| ID | dlgncnofjdagniahkcimljhineapppbi |
| 官方網址 | https://chromewebstore.google.com/detail/hyperlink/dlgncnofjdagniahkcimljhineapppbi |
| 簡介 | Get push notifications when your links get clicked! |
| 檔案大小 | 29.28 KB |
| 安裝次數 | 161 |
| 目前版本 | 4.0 |
| 更新時間 | 2019-12-12 |
| 上架時間 | 2019-12-11 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://usehyperlink.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://usehyperlink.com |
| 說明頁面URL | http://usehyperlink.com/faq |
| 隱私政策頁面URL | http://usehyperlink.com/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hyperlink",
"version": "4.0",
"description": "Get push notifications when your links get clicked!",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"activeTab"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"128": "logo.png"
}
},
"icons": {
"128": "logo.png"
}
} | |