Amazon BSR & Rating Colorizer

Color codes BSR and ratings on Amazon

Amazon BSR & Rating Colorizer là gì?

Amazon BSR & Rating Colorizer là một tiện ích mở rộng Chrome được phát triển bởi Viktor Nilsson, và tính năng chính của nó là "Color codes BSR and ratings on Amazon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon BSR & Rating Colorizer

Tải xuống các tệp mở rộng Amazon BSR & Rating Colorizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ** NEW **
Added support for new Amazon sites.

This plugin extends the plugin 'DS Amazon Quick View Extended' by adding colorized BSR numbers based on your desired BSR range. 
* Now also color codes ratings.
* Possible to disable and enable features.

Feel free to report bugs and feature request when reviewing the extension.

IMPORTANT!! To use this extension you need to:
* Have 'DS Amazon Quick View Extended' installed
* After installation enter a BSR Range by pressing the extension icon

Enjoy!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon BSR & Rating Colorizer Amazon BSR & Rating Colorizer
ID iffmfknpimppjfoionhiffohdljiedai
URL Chính Thức https://chromewebstore.google.com/detail/amazon-bsr-rating-coloriz/iffmfknpimppjfoionhiffohdljiedai
Mô tả Color codes BSR and ratings on Amazon
Kích Thước Tệp 41.87 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2022-02-22
Ngày Phát Hành 2017-09-04
Đánh Giá 2.94/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Viktor Nilsson
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon BSR & Rating Colorizer",
    "short_name": "BSR Colorizer",
    "description": "Color codes BSR and ratings on Amazon",
    "author": "Viktor Nilsson",
    "homepage_url": "http:\/\/www.viktornilsson.com",
    "version": "1.2.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "BSR Colorizer"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "css": [
                "bsr.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "bsrpainter.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}