AliExpress include shipping cost

Insert price included shipping cost into search result of AliExpress

AliExpress include shipping costとは何ですか?

AliExpress include shipping costは猫のアイルによって開発されたChromeの拡張機能で、その主な機能は「Insert price included shipping cost into search result of AliExpress」です。

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

screenshot

AliExpress include shipping cost拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        AliExpress の検索結果一覧ページ内に表示された商品のうち送料が有料のものの価格の後ろに送料込みの価格を表示比較しやすくします。

■変更履歴
0.9.0: 価格が \60 - \90 のような形式に対応しました。
0.9.1: デザイン変更に対応
0.9.2: 対象ドメインを ja.aliexpress.com -> *.aliexpress.com に変更
       遅延読み込みに対応
0.9.2: ページ遷移した際に初期化処理がされないのでスクロール時には常にスキャンするようにしました。
0.9.4 使用していないパーミッション ”tabs” を除去                    

拡張機能の基本情報

名前 AliExpress include shipping cost AliExpress include shipping cost
ID mhglolhpofneejhjcifppocgoldclelf
公式URL https://chromewebstore.google.com/detail/aliexpress-include-shippi/mhglolhpofneejhjcifppocgoldclelf
説明 Insert price included shipping cost into search result of AliExpress
ファイルサイズ 93.96 KB
インストール数 90
現在のバージョン 0.9.4
最終更新日 2022-11-30
公開日 2019-08-26
評価 2.80/5 合計 5 レビュー
開発者 猫のアイル
Eメール [email protected]
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AliExpress include shipping cost",
    "description": "Insert price included shipping cost into search result of AliExpress",
    "version": "0.9.4",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.12.4.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": []
}