FastBrowz Review Browser

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

Was ist FastBrowz Review Browser?

FastBrowz Review Browser ist eine Chrome-Erweiterung, die von http://www.fastbrowz.com entwickelt wurde, und ihr Hauptmerkmal ist "Reddit, Hacker News and Amazon Chrome extension to enhance productivity and save time".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

FastBrowz Review Browser-Erweiterungs-CRX-Datei herunterladen

Laden Sie FastBrowz Review Browser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name FastBrowz Review Browser FastBrowz Review Browser
ID bihbmbkhekdglockkckkgideafdmjbec
Offizielle URL https://chrome.google.com/webstore/detail/fastbrowz-review-browser/bihbmbkhekdglockkckkgideafdmjbec
Beschreibung Reddit, Hacker News and Amazon Chrome extension to enhance productivity and save time
Dateigröße 83.29 KB
Installationsanzahl 35
Aktuelle Version 1.4.1
Letztes Update 2016-08-15
Veröffentlichungsdatum 2016-08-15
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://www.fastbrowz.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}