17Track Search

A simple context menu that adds a 17Track Search function for selected text/tracking numbers

17Track Searchとは何ですか?

17Track SearchはRetherichusによって開発されたChromeの拡張機能で、その主な機能は「A simple context menu that adds a 17Track Search function for selected text/tracking numbers」です。

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

screenshot
screenshot

17Track Search拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you're an active Aliexpress user that likes to check with the tracking updates all the time, then this might be just the thing for you!

This will make it a little bit easier to look up your parcels, simply just select the tracking number by marking it, then right click it!.. and finally you should have the option to search it up directly on 17Track.  (opens up in a new tab!)


//End note, this was mostly just made for personal use, but others might find this useful too, so.. enjoy!                    

拡張機能の基本情報

名前 17Track Search 17Track Search
ID ckfgionbnoegdmpphlnpaeklopolmgmi
公式URL https://chromewebstore.google.com/detail/17track-search/ckfgionbnoegdmpphlnpaeklopolmgmi
説明 A simple context menu that adds a 17Track Search function for selected text/tracking numbers
ファイルサイズ 4.13 KB
インストール数 1,570
現在のバージョン 1.0.0.1
最終更新日 2016-03-16
公開日 2016-03-15
評価 3.88/5 合計 26 レビュー
開発者 Retherichus
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "17Track Search",
    "description": "A simple context menu that adds a 17Track Search function for selected text\/tracking numbers",
    "version": "1.0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "menu.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    }
}