Expand URL

Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.

Expand URLとは何ですか?

Expand URLはhttps://www.expandurl.netによって開発されたChromeの拡張機能で、その主な機能は「Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.」です。

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

screenshot
screenshot

Expand URL拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Expand URL is an extension that will show you the final destination of a shortened link.
Very easy to use, just right click on a shortened link and select 'View Expanded URL', this will then open a new tab and show you where the expanded link will take you. Will also show you more information of the destination link, so that you can determine if that is the link that you would like to visit.
Another advantage to this extension, you can also check to see if a regular link will redirect you to a completely different link.
This extension works with the majority of shortened URLs.
We hope you enjoy using this extension.                    

拡張機能の基本情報

名前 Expand URL Expand URL
ID ebaodioakieednoflghllnidpolibkli
公式URL https://chromewebstore.google.com/detail/expand-url/ebaodioakieednoflghllnidpolibkli
説明 Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.
ファイルサイズ 10.65 KB
インストール数 859
現在のバージョン 1.1
最終更新日 2023-05-16
公開日 2021-12-22
評価 5.00/5 合計 1 レビュー
開発者 https://www.expandurl.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.expandurl.net
ヘルプページのURL https://www.expandurl.net/contact
プライバシーポリシーページのURL https://www.expandurl.net/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expand URL",
    "description": "Expand any URL to see where a shortened URL is going to take you. Perfect to check if the final link destination is safe.",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}