Price.99

Round up prices automatically to avoid psychological pricing, reduce clutter, and make easy comparisons.

Price.99 là gì?

Price.99 là một tiện ích mở rộng Chrome được phát triển bởi ironbox, và tính năng chính của nó là "Round up prices automatically to avoid psychological pricing, reduce clutter, and make easy comparisons.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Price.99

Tải xuống các tệp mở rộng Price.99 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

                        Price.99 gives your control over how prices are displayed on the page using a set of rounding rules. 

Don’t like psychological pricing? Round all prices ending in .99 to the nearest dollar. 

Want to reduce clutter and see nice, round prices? Round up everything to the nearest $10. 

Shopping for a new gadget and need a quick-and-dirty way to compare prices? Round them up to the nearest hundred, or even to the nearest thousand.
 
Price.99 DOES NOT change the actual price. You will not pay more.
 
INSTALLATION PERMISSIONS: When installing Price.99, the extension will ask for access to data on the websites. This is needed to detect and modify price appearance. 
 
Features:
  • Accurate price detection
  • Customizable price rounding from the nearest dollar to the nearest thousand
 
Planned features:
  • Price detection in dynamically loaded content
  • Whitelist / blacklist; individual rulesets
  • Support for different currencies

Resources:
  • Psychological Pricing - http://www.wikiwand.com/en/Psychological_pricing                    

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

Tên Price.99 Price.99
ID mmceepjonbofodgidahkflkfjmaiblia
URL Chính Thức https://chromewebstore.google.com/detail/price99/mmceepjonbofodgidahkflkfjmaiblia
Mô tả Round up prices automatically to avoid psychological pricing, reduce clutter, and make easy comparisons.
Kích Thước Tệp 308 KB
Số Lần Cài Đặt 165
Phiên Bản Hiện Tại 0.1.1.44
Cập Nhật Lần Cuối 2015-03-21
Ngày Phát Hành 2015-03-21
Đánh Giá 4.11/5 Tổng số 19 Đánh Giá
Nhà Phát Triển ironbox
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AleksueiR/Price.99
URL Trang Trợ Giúp https://github.com/AleksueiR/Price.99/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price.99",
    "description": "Round up prices automatically to avoid psychological pricing, reduce clutter, and make easy comparisons.",
    "version": "0.1.1.44",
    "default_locale": "en",
    "icons": {
        "128": "images\/i_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/i_19.png",
            "38": "images\/i_38.png"
        },
        "default_title": "Price.99",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/pricepoint.min.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "devtools_page": "html\/devtools.html",
    "web_accessible_resources": [
        "js\/*",
        "html\/*",
        "css\/*",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}