Shorten Shopping URL

Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share.

Shorten Shopping URLとは何ですか?

Shorten Shopping URLはBeɳ Pessoによって開発されたChromeの拡張機能で、その主な機能は「Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Takes super-long URLs from shopping sites like Amazon, AliExpress, Walmart and more, and cleans the URL to a much shorter, friendlier version you can share with others.

Why use this...
https://www.amazon.com/TABLETOPICS-Best-Things-Ever-Conversations/dp/B00XQ6P9UG/ref=sr_1_1?ie=UTF8&qid=1526466476&sr=8-1&keywords=best+thing+ever

When you can use this?:
https://www.amazon.com/dp/B00XQ6P9UG/

Just click on the icon, and the new URL will be copied to your clipboard automatically.


Currently supported merchants: AliExpress, Amazon, Costco, eBay and Walmart. If you'd like another merchant to be added, just drop me a note.                    

拡張機能の基本情報

名前 Shorten Shopping URL Shorten Shopping URL
ID hgglgphejkbdeehekiapanggdnbmknjm
公式URL https://chromewebstore.google.com/detail/shorten-shopping-url/hgglgphejkbdeehekiapanggdnbmknjm
説明 Cleans up the URL of popular shopping sites; removing useless parts of the URL and making them much easier to copy or share.
ファイルサイズ 13.79 KB
インストール数 103
現在のバージョン 2.0.1
最終更新日 2024-02-27
公開日 2019-06-16
評価 5.00/5 合計 3 レビュー
開発者 Beɳ Pesso
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.1",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "action": {
        "default_icon": {
            "19": "images\/icon-38.png"
        },
        "default_title": "Shorten Shopping URL"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "declarativeContent",
        "clipboardWrite",
        "scripting",
        "storage"
    ]
}