Textbooks Please!

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

Textbooks Please!คืออะไร?

Textbooks Please! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://textbooksplease.com และคุณลักษณะหลักของมันคือ "This extension makes it easier to find the best price for textbooks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Textbooks Please!

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}