Supr.Link 超級連結

Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生

Supr.Link 超級連結とは何ですか?

Supr.Link 超級連結はAotter 電獺によって開発されたChromeの拡張機能で、その主な機能は「Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Supr.Link 超級連結拡張機能のCRXファイルをダウンロード

Supr.Link 超級連結拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Supr.Link 超級連結!分流、裝置及推廣您的短網址。

Supr.Link 擴充服務能將您正在瀏覽的頁面,透過一鍵產生的短網址分享在社群媒體上!同時還能更改、上鎖您的統計分析數據,您所產生的短網址都會匯聚在新開啟的分頁底下,讓您隨時都能查看、點擊該網址。只要登入電獺帳戶,便能立即使用網址分流、裝置及推廣短網址的服務。                    

拡張機能の基本情報

名前 Supr.Link 超級連結 Supr.Link 超級連結
ID nfmloiebeieogaehdfdibfkfgfjcobgk
公式URL https://chromewebstore.google.com/detail/suprlink-%E8%B6%85%E7%B4%9A%E9%80%A3%E7%B5%90/nfmloiebeieogaehdfdibfkfgfjcobgk
説明 Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生
ファイルサイズ 825 KB
インストール数 420
現在のバージョン 2.4.0
最終更新日 2020-07-30
公開日 2020-04-20
評価 5.00/5 合計 4 レビュー
開発者 Aotter 電獺
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://supr.link
プライバシーポリシーページのURL https://account.aotter.net/tou
対応言語 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supr.Link \u8d85\u7d1a\u9023\u7d50",
    "description": "Supr.Link \u8d85\u7d1a\u9023\u7d50\uff01\u591a\u529f\u80fd\u7e2e\u5740\u670d\u52d9 - \u5206\u6d41\u3001\u88dd\u7f6e\u5224\u65b7\u3001\u8d0a\u52a9\u9023\u7d50\u7522\u751f",
    "version": "2.4.0",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "cookies",
        "management",
        "https:\/\/account.aotter.net\/",
        "https:\/\/supr.link\/"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "aotter-suprlink-extension",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}