Textbooks Please!

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

Textbooks Please!とは何ですか?

Textbooks Please!はhttp://textbooksplease.comによって開発されたChromeの拡張機能で、その主な機能は「This extension makes it easier to find the best price for textbooks.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Textbooks Please!拡張機能のCRXファイルをダウンロード

Textbooks Please!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Textbooks Please! Textbooks Please!
ID aejiamnobjmpekohoeohipfnadppajej
公式URL https://chrome.google.com/webstore/detail/textbooks-please/aejiamnobjmpekohoeohipfnadppajej
説明 This extension makes it easier to find the best price for textbooks.
ファイルサイズ 41.95 KB
インストール数 269
現在のバージョン 2.2
最終更新日 2016-08-27
公開日 2016-08-27
評価 3.40/5 合計 5 レビュー
開発者 http://textbooksplease.com
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}