Textbooks Please!

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

Vad är Textbooks Please!?

Textbooks Please! är en Chrome-tillägg utvecklad av http://textbooksplease.com, och dess huvudfunktion är "This extension makes it easier to find the best price for textbooks.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Textbooks Please!-förlängningens CRX-fil

Ladda ner Textbooks Please!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Textbooks Please! Textbooks Please!
ID aejiamnobjmpekohoeohipfnadppajej
Officiell webbadress https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej
Beskrivning This extension makes it easier to find the best price for textbooks.
Filstorlek 41.95 KB
Antal Installationer 269
Aktuell Version 2.2
Senast Uppdaterad 2016-08-27
Publiceringsdatum 2016-08-27
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare http://textbooksplease.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}