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!”。
擴展截圖
下載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 |
ID | jbjjhfmffaahpkdlogabalfjfaokfmeb |
官方網址 | 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" ] } ] } |