JustSnipe
Snipe an eBay item
JustSnipeとは何ですか?
JustSnipeはpublisherによって開発されたChromeの拡張機能で、その主な機能は「Snipe an eBay item」です。
拡張機能のスクリーンショット
JustSnipe拡張機能のCRXファイルをダウンロード
JustSnipe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a "Snipe" button alongside your Chrome address bar, which, when pressed, opens up a new small popup window letting you easily snipe the eBay auction you're looking at.
拡張機能の基本情報
名前 | ![]() |
ID | afadkgjmkpljbeihpknjfoidhihddgnb |
公式URL | https://chrome.google.com/webstore/detail/justsnipe/afadkgjmkpljbeihpknjfoidhihddgnb |
説明 | Snipe an eBay item |
ファイルサイズ | 6.49 KB |
インストール数 | 120 |
現在のバージョン | 2.0 |
最終更新日 | 2014-03-19 |
公開日 | 2014-03-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | publisher |
支払い方法 | free |
拡張機能のウェブサイト | http://www.justsnipe.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "justsnipe_19x19.png", "default_title": "JustSnipe" }, "description": "Snipe an eBay item", "icons": { "128": "editable-icon.png" }, "name": "JustSnipe", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "2.0", "manifest_version": 2 } |