eBay Time Left

This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!

什么是eBay Time Left?

eBay Time Left是由Radeb开发的Chrome扩展程序,该扩展的主要功能是“This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!”。

扩展截图

screenshot

下载eBay Time Left扩展crx文件

下载eBay Time Left扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chrome extension of a Firefox add-on developed by JonathanMccann

https://addons.mozilla.org/en-US/firefox/addon/ebay-time-left/                    

扩展基本信息

名称 eBay Time Left eBay Time Left
ID jbjjhfmffaahpkdlogabalfjfaokfmeb
官方URL https://chromewebstore.google.com/detail/ebay-time-left/jbjjhfmffaahpkdlogabalfjfaokfmeb
简介 This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!
文件大小 3.35 KB
安装次数 51
当前版本 1.1
更新时间 2017-11-17
上架时间 2017-11-17
评分 4.67/5 共3次评分
开发者 Radeb
付费类型 free
扩展官网 https://github.com/jonathanmccann/ebay-time-left
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay Time Left",
    "version": "1.1",
    "author": "Jonathan McCann",
    "homepage_url": "https:\/\/github.com\/jonathanmccann\/ebay-time-left",
    "description": "This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.nl\/*"
            ],
            "js": [
                "timeLeft.js"
            ]
        }
    ]
}