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.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TitlePage Express

قم بتنزيل ملفات الامتداد TitlePage Express بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/content.css",
                "logo.png",
                "icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ]
}