购物小秘书

购物小秘书

What is 购物小秘书?

购物小秘书 is a Chrome extension developed by 可乐虫, and its main feature is "购物小秘书".

Extension Screenshots

screenshot

Download 购物小秘书 Extension CRX File

Download 购物小秘书 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        购物小秘书
实时比价,个性定制,只会在你配置的站点才注入比价工具栏。只比你感兴趣站点的价。二维码方便与你移动设备传送地址。
自定义url支持正则表达式。

为什么要用这个比价插件:
1.代码注入由你配置,支持正则,你可在用正则来告诉插件在浏览淘宝但不是我登陆的我的淘宝里注入代码。
2.所有信息实时抓取,每一个请求直接从你的浏览器发往你配置的商城地址,无中间处理。

帮助与建议:
@a__mang

2013-05-20 修正在淘宝网页面上的层级
2013-04-14 新增苏宁电器http://www.suning.com
2012-07-10 新增券为为网http://www.homevv.com/,修复buy360.com,新增工具栏图标
2012-07-09 新增券妈妈优惠券网http://www.quanmama.com/
2012-01-12 新增香港价格网http://www.price.com.hk                    

Extension Basic Information

Name 购物小秘书 购物小秘书
ID ofphpdmkemfmoghkcadaplndeogeiffk
Official URL https://chrome.google.com/webstore/detail/%E8%B4%AD%E7%89%A9%E5%B0%8F%E7%A7%98%E4%B9%A6/ofphpdmkemfmoghkcadaplndeogeiffk
Description 购物小秘书
File Size 67.24 KB
Installation Count 13
Current Version 13.8.4
Last Updated 2013-08-03
Publish Date 2013-08-03
Rating 3.67/5 Total 3 Ratings
Developer 可乐虫
Payment Type free
Extension Website http://ued.ctrip.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_title": "\u8d2d\u7269\u5c0f\u79d8\u4e66"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "conmain.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "\u8d2d\u7269\u5c0f\u79d8\u4e66",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/128.png",
        "48": "images\/128.png"
    },
    "manifest_version": 2,
    "name": "\u8d2d\u7269\u5c0f\u79d8\u4e66",
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "http:\/\/*\/*"
    ],
    "version": "13.8.4"
}