FastBrowz Review Browser

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

Hvad er FastBrowz Review Browser?

FastBrowz Review Browser er en Chrome-udvidelse udviklet af http://www.fastbrowz.com, og dens hovedfunktion er "Reddit, Hacker News and Amazon Chrome extension to enhance productivity and save time".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download FastBrowz Review Browser-udvidelses-CRX-fil

Download FastBrowz Review Browser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn FastBrowz Review Browser FastBrowz Review Browser
ID bihbmbkhekdglockkckkgideafdmjbec
Officiel URL https://chrome.google.com/webstore/detail/fastbrowz-review-browser/bihbmbkhekdglockkckkgideafdmjbec
Beskrivelse Reddit, Hacker News and Amazon Chrome extension to enhance productivity and save time
Filstørrelse 83.29 KB
Antal Installationer 35
Nuværende Version 1.4.1
Senest Opdateret 2016-08-15
Udgivelsesdato 2016-08-15
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler http://www.fastbrowz.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}