FastBrowz Review Browser

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

ما هو FastBrowz Review Browser؟

FastBrowz Review Browser هو إضافة Chrome تم تطويرها بواسطة http://www.fastbrowz.com، والميزة الرئيسية لها هي "Reddit, Hacker News and Amazon Chrome extension to enhance productivity and save time".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FastBrowz Review Browser

قم بتنزيل ملفات الامتداد FastBrowz Review Browser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
        ]
    }
}