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!

Apa itu eBay Time Left?

eBay Time Left adalah ekstensi Chrome yang dikembangkan oleh Radeb, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi eBay Time Left

Unduh file ekstensi eBay Time Left dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Chrome extension of a Firefox add-on developed by JonathanMccann

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

Informasi Dasar Ekstensi

Nama eBay Time Left eBay Time Left
ID jbjjhfmffaahpkdlogabalfjfaokfmeb
URL Resmi https://chromewebstore.google.com/detail/ebay-time-left/jbjjhfmffaahpkdlogabalfjfaokfmeb
Deskripsi This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!
Ukuran File 3.35 KB
Jumlah Instalasi 51
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-11-17
Tanggal Publikasi 2017-11-17
Penilaian 4.67/5 Total 3 Penilaian
Pengembang Radeb
Tipe Pembayaran free
Situs Ekstensi https://github.com/jonathanmccann/ebay-time-left
Bahasa yang Didukung 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"
            ]
        }
    ]
}