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次评分
开发者 猫のアイル
电子邮箱 [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": []
}