URL Shortener - Lnkiy.com

Create Short URL by Lnkiy.com

URL Shortener - Lnkiy.comとは何ですか?

URL Shortener - Lnkiy.comはhttp://Lnkiy.comによって開発されたChromeの拡張機能で、その主な機能は「Create Short URL by Lnkiy.com」です。

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

screenshot

URL Shortener - Lnkiy.com拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Lnkiy is a free link shortener tool, it helps you to short your long links of any size into smaller links. These short links are easily shareable and memorable for the users. Using Lnkiy, you can track your short link and analyze the user behaviour on your link. Which helps you to increase your business growth and provides you with the right way to proceed depending on the user activities.                    

拡張機能の基本情報

名前 URL Shortener - Lnkiy.com URL Shortener - Lnkiy.com
ID jkidlhciamoecedngkmijalmfgbgjbmc
公式URL https://chromewebstore.google.com/detail/url-shortener-lnkiycom/jkidlhciamoecedngkmijalmfgbgjbmc
説明 Create Short URL by Lnkiy.com
ファイルサイズ 55.16 KB
インストール数 38
現在のバージョン 1.0.0
最終更新日 2022-02-12
公開日 2022-02-09
評価 5.00/5 合計 3 レビュー
開発者 http://Lnkiy.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://lnkiy.com
ヘルプページのURL http://lnkiy.com/lnkiy-contact
プライバシーポリシーページのURL http://lnkiy.com/lnkiy-privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Shortener - Lnkiy.com",
    "version": "1.0.0",
    "description": "Create Short URL by Lnkiy.com",
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/f_icon.png",
        "default_popup": "home.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}