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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Textbooks Please!
قم بتنزيل ملفات الامتداد Textbooks Please! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
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" ] } |