Price.99

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

什么是Price.99?

Price.99是由ironbox开发的Chrome扩展程序,该扩展的主要功能是“Round up prices automatically to avoid psychological pricing, reduce clutter, and make easy comparisons.”。

扩展截图

screenshot
screenshot
screenshot

下载Price.99扩展crx文件

下载Price.99扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Price.99 Price.99
ID mmceepjonbofodgidahkflkfjmaiblia
官方URL https://chromewebstore.google.com/detail/price99/mmceepjonbofodgidahkflkfjmaiblia
简介 Round up prices automatically to avoid psychological pricing, reduce clutter, and make easy comparisons.
文件大小 308 KB
安装次数 165
当前版本 0.1.1.44
更新时间 2015-03-21
上架时间 2015-03-21
评分 4.11/5 共19次评分
开发者 ironbox
付费类型 free
扩展官网 https://github.com/AleksueiR/Price.99
帮助页面URL https://github.com/AleksueiR/Price.99/issues
支持的语言 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'"
}