Textbooks Please!

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

Qu'est-ce que Textbooks Please! ?

Textbooks Please! est une extension Chrome développée par http://textbooksplease.com, et sa fonction principale est "This extension makes it easier to find the best price for textbooks.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Textbooks Please!

Téléchargez les fichiers d'extension Textbooks Please! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Textbooks Please! Textbooks Please!
ID aejiamnobjmpekohoeohipfnadppajej
URL Officiel https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej
Description This extension makes it easier to find the best price for textbooks.
Taille du Fichier 41.95 KB
Nombre d'Installations 269
Version Actuelle 2.2
Dernière Mise à Jour 2016-08-27
Date de Publication 2016-08-27
Évaluation 3.40/5 Total 5 Évaluations
Développeur http://textbooksplease.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}