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 } |