JustSnipe

Snipe an eBay item

什麼是JustSnipe?

JustSnipe是由publisher開發的Chrome擴展程式,該擴展的主要功能是“Snipe an eBay item”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 JustSnipe JustSnipe
ID afadkgjmkpljbeihpknjfoidhihddgnb
官方網址 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
}