Textbooks Please!

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

O que é Textbooks Please!?

Textbooks Please! é uma extensão do Chrome desenvolvida por http://textbooksplease.com, e sua principal característica é "This extension makes it easier to find the best price for textbooks.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Textbooks Please!

Baixe arquivos de extensão Textbooks Please! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Textbooks Please! Textbooks Please!
ID aejiamnobjmpekohoeohipfnadppajej
URL Oficial https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej
Descrição This extension makes it easier to find the best price for textbooks.
Tamanho do Arquivo 41.95 KB
Contagem de Instalações 269
Versão Atual 2.2
Última Atualização 2016-08-27
Data de Publicação 2016-08-27
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor http://textbooksplease.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}