Textbooks Please!

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

Wat is Textbooks Please!?

Textbooks Please! is een Chrome-extensie ontwikkeld door http://textbooksplease.com, en de belangrijkste functie is "This extension makes it easier to find the best price for textbooks.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Textbooks Please!

Download Textbooks Please!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Textbooks Please! Textbooks Please!
ID aejiamnobjmpekohoeohipfnadppajej
Officiële URL https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej
Beschrijving This extension makes it easier to find the best price for textbooks.
Bestandsgrootte 41.95 KB
Aantal Installaties 269
Huidige Versie 2.2
Laatst Bijgewerkt 2016-08-27
Publicatiedatum 2016-08-27
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar http://textbooksplease.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}