Textbooks Please!

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

Hvad er Textbooks Please!?

Textbooks Please! er en Chrome-udvidelse udviklet af http://textbooksplease.com, og dens hovedfunktion er "This extension makes it easier to find the best price for textbooks.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Textbooks Please!-udvidelses-CRX-fil

Download Textbooks Please!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Textbooks Please! Textbooks Please!
ID aejiamnobjmpekohoeohipfnadppajej
Officiel URL https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej
Beskrivelse This extension makes it easier to find the best price for textbooks.
Filstørrelse 41.95 KB
Antal Installationer 269
Nuværende Version 2.2
Senest Opdateret 2016-08-27
Udgivelsesdato 2016-08-27
Bedømmelse 3.40/5 Samlet 5 Bedømmelser
Udvikler http://textbooksplease.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}