Textbooks Please!

This extension makes it easier to find the best price for textbooks.

Co to jest Textbooks Please!?

Textbooks Please! to rozszerzenie Chrome opracowane przez http://textbooksplease.com, a jego główną funkcją jest „This extension makes it easier to find the best price for textbooks.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Textbooks Please!

Pobierz pliki rozszerzeń Textbooks Please! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        College textbooks are expensive, but they can be much cheaper online. If this extension detects a page with a list of textbooks, it will collect the best prices on the web from over 40 online book retailers to find the best deal possible.

You can save hundreds of dollars every semester!                    

Podstawowe informacje o rozszerzeniu

Nazwa Textbooks Please! Textbooks Please!
ID aejiamnobjmpekohoeohipfnadppajej
Oficjalny URL https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej
Opis This extension makes it easier to find the best price for textbooks.
Rozmiar pliku 41.95 KB
Liczba instalacji 269
Aktualna Wersja 2.2
Ostatnia Aktualizacja 2016-08-27
Data Publikacji 2016-08-27
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper http://textbooksplease.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Textbooks Please!",
    "description": "This extension makes it easier to find the best price for textbooks.",
    "version": "2.2",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/textbooksplease.com\/*"
    ],
    "web_accessible_resources": [
        "icon80.png"
    ]
}