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 с друзьями, чтобы легко установить расширения 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!
Основная информация о расширении
Название | |
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" ] } |