Textbooks Please!

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

Apa itu Textbooks Please!?

Textbooks Please! adalah ekstensi Chrome yang dikembangkan oleh http://textbooksplease.com, dan fitur utamanya adalah "This extension makes it easier to find the best price for textbooks.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Textbooks Please!

Unduh file ekstensi Textbooks Please! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Textbooks Please! Textbooks Please!
ID aejiamnobjmpekohoeohipfnadppajej
URL Resmi https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej
Deskripsi This extension makes it easier to find the best price for textbooks.
Ukuran File 41.95 KB
Jumlah Instalasi 269
Versi Saat Ini 2.2
Terakhir Diperbarui 2016-08-27
Tanggal Publikasi 2016-08-27
Penilaian 3.40/5 Total 5 Penilaian
Pengembang http://textbooksplease.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}