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
官方網址 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
電子郵箱 [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"
        ]
    }
}