TitlePage Express
The TitlePage Express browser extension finds ISBNs while you browse the internet, providing quick access to TitlePage metadata.
Что такое TitlePage Express?
TitlePage Express - это расширение Chrome, разработанное Australian Publishers Association, и его основная функция - "The TitlePage Express browser extension finds ISBNs while you browse the internet, providing quick access to TitlePage metadata.".
Снимки экрана расширения
Скачать файл CRX расширения TitlePage Express
Скачайте файлы расширений TitlePage Express в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
TitlePage Express automatically detects valid ISBNs (ISBN-13) on any webpage, and displays a small blue TitlePage icon next to them. This icon provides users with one click access to detailed information about that ISBN. Easily discover the title, subtitle, author and format information, along with images, metadata keywords, and more – all from an ISBN and one click. TitlePage Express is powered by TitlePage, an Australian Publishers Association initiative. TitlePage provides access to bibliographic data, stock and pricing information for over 1.5 million titles from 180 Australian publishers and distributors. This project and API development has been supported by Restart Investment to Sustain and Expand (RISE) Fund – an Australian Government initiative. This browser extension was inspired by our friends BookNet Canada, with their Bibli-O-Matic extension.
Основная информация о расширении
Название | TitlePage Express |
ID | pahhdkoojnnofbdeiklgmbcmehhcfcni |
Официальный URL | https://chromewebstore.google.com/detail/titlepage-express/pahhdkoojnnofbdeiklgmbcmehhcfcni |
Описание | The TitlePage Express browser extension finds ISBNs while you browse the internet, providing quick access to TitlePage metadata. |
Размер файла | 455 KB |
Количество установок | 269 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2023-06-06 |
Дата публикации | 2023-06-01 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Australian Publishers Association |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.titlepage.com |
URL страницы помощи | https://titlepage.zendesk.com/hc/en-us/articles/19085360927129 |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TitlePage Express", "description": "The TitlePage Express browser extension finds ISBNs while you browse the internet, providing quick access to TitlePage metadata.", "version": "1.0.0", "background": { "service_worker": "js\/background.js" }, "icons": { "128": ".\/icon.png", "64": ".\/icon.png", "32": ".\/icon.png", "16": ".\/icon.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |