Coolpc Search

原價屋快速搜尋套件

What is Coolpc Search?

Coolpc Search is a Chrome extension developed by lovebuizel, and its main feature is "原價屋快速搜尋套件".

Extension Screenshots

screenshot
screenshot

Download Coolpc Search Extension CRX File

Download Coolpc Search 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

                        可以快速搜尋商品和儲存歷史搜尋紀錄

v1.0.1
1.修正搜尋商品的價格和預覽圖不見的問題
v1.0.2
1.修正搜尋優先順序反了的問題
v1.0.3
1.修正使用http而不是https無法使用的問題
v1.0.4
1.新增展開全部搜尋結果功能
2.拿掉原本按P鍵會展開列印的功能
3.拿掉無法反白此網站的功能
4.拿掉原本點擊兩下固定列會取消fixed的功能
v1.0.5
1.新增刪除歷史紀錄功能
2.新增點擊篩選列表加入商品功能
3.新增勾選是否搜尋後自動填入功能
4.拿掉原本網站無法使用滑鼠右鍵的功能
v1.0.6
1.搜尋後自動填入預設改為true
v1.0.7
1.修改v1.0.6的bug
v1.0.8
1.修改v1.0.6的bug
v1.0.9
1.修改原網站改版影響的樣式
v1.1.0
1.新增價格篩選功能
2.新增將關鍵字改為紅色方便查找
3.修改原網站改版影響的樣式
v1.1.1
1.修改價格匹配bug
v1.1.2
1.修改原網站改版受到的影響
v1.1.3
1.修改搜尋關鍵字改紅色的bug
2.優化搜尋                    

Extension Basic Information

Name Coolpc Search Coolpc Search
ID biaodlmdjlkhhllcdgabfipilkjjekhh
Official URL https://chromewebstore.google.com/detail/coolpc-search/biaodlmdjlkhhllcdgabfipilkjjekhh
Description 原價屋快速搜尋套件
File Size 6.9 KB
Installation Count 905
Current Version 1.1.3
Last Updated 2020-05-26
Publish Date 2020-05-26
Rating 4.33/5 Total 3 Ratings
Developer lovebuizel
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coolpc Search",
    "version": "1.1.3",
    "description": "\u539f\u50f9\u5c4b\u5feb\u901f\u641c\u5c0b\u5957\u4ef6",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.coolpc.com.tw\/evaluate.php",
                "http:\/\/www.coolpc.com.tw\/evaluate.php"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Power by \u5e2d\u9f8d"
    },
    "web_accessible_resources": [
        "images\/*.svg"
    ]
}