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 |
公式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" ] } ] } |