FastBrowz Review Browser

Reddit, Hacker News and Amazon Chrome extension to enhance productivity and save time

FastBrowz Review Browserとは何ですか?

FastBrowz Review Browserはhttp://www.fastbrowz.comによって開発されたChromeの拡張機能で、その主な機能は「Reddit, Hacker News and Amazon Chrome extension to enhance productivity and save time」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

FastBrowz Review Browser拡張機能のCRXファイルをダウンロード

FastBrowz Review Browser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you use sites like Amazon, Reddit or Hacker News? If you don't use all three of them, you have probably used Amazon in the past. 
When you are shopping on Amazon, it wastes a lot of time to read user reviews for individual products.

Our review browser plugin solves this problem and saves you time when you are browsing Amazon, Reddit and Hacker News by allowing you 
to mouse over the link to the reviews, and creating a pop-up where all the reviews just show up without you having to click on them, and waiting 
for the new page to load. You will be able to briefly browse through many more products on Amazon or posts on Reddit or Hacker News, and decide which 
item is the best one.

This productivity tool will save you time and help you browse faster and more efficiently next time you are shopping on Amazon or browsing Reddit or 
Hacker News.

This Chrome extension enables fast link and comment browsing on Reddit and Hacker News. It allows you to browse reviews and questions on Amazon.

Go ahead and install this Chrome extension for faster Reddit, Hacker News and Amazon browsing! The extension is free so you have nothing to lose. 
And from now on, simply hover over the link to view where it leads to, or hover over comments link to view best comments on Reddit!

Also quickly view Amazon most useful product reviews, and the question&answers section by simply hovering over the link without leaving the page!

FastBrowz Review Browser: Reddit, Hacker News and Amazon chrome extension to enhance productivity and save time                    

拡張機能の基本情報

名前 FastBrowz Review Browser FastBrowz Review Browser
ID bihbmbkhekdglockkckkgideafdmjbec
公式URL https://chrome.google.com/webstore/detail/fastbrowz-review-browser/bihbmbkhekdglockkckkgideafdmjbec
説明 Reddit, Hacker News and Amazon Chrome extension to enhance productivity and save time
ファイルサイズ 83.29 KB
インストール数 35
現在のバージョン 1.4.1
最終更新日 2016-08-15
公開日 2016-08-15
評価 5.00/5 合計 3 レビュー
開発者 http://www.fastbrowz.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FastBrowz Review Browser",
    "short_name": "FastBrowz",
    "description": "Reddit, Hacker News and Amazon Chrome extension to enhance productivity and save time",
    "version": "1.4.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/ajax-loader.gif",
        "images\/bkl.png"
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/fastbrowz.com\/",
        "https:\/\/www.reddit.com\/",
        "https:\/\/news.ycombinator.com\/",
        "https:\/\/api.imgur.com\/",
        "http:\/\/catalog.bizrate.com\/",
        "http:\/\/www.imdb.com\/",
        "https:\/\/itunes.apple.com\/",
        "https:\/\/www.amazon.com\/",
        "http:\/\/api.walmartlabs.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery.qtip.min.css"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/jquery-migrate-1.1.1.min.js",
                "js\/jquery.qtip.min.js",
                "js\/common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "css": [
                "css\/jquery.qtip.min.css"
            ],
            "js": [
                "js\/reddit.js"
            ]
        },
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "css\/jquery.qtip.min.css"
            ],
            "js": [
                "js\/hacker-news.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "css": [
                "css\/jquery.qtip.min.css"
            ],
            "js": [
                "js\/amazon.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.imdb.com\/*"
            ],
            "css": [
                "css\/jquery.qtip.min.css"
            ],
            "js": [
                "js\/imdb.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/context.js"
        ]
    }
}