TitlePage Express

The TitlePage Express browser extension finds ISBNs while you browse the internet, providing quick access to TitlePage metadata.

TitlePage Express là gì?

TitlePage Express là một tiện ích mở rộng Chrome được phát triển bởi Australian Publishers Association, và tính năng chính của nó là "The TitlePage Express browser extension finds ISBNs while you browse the internet, providing quick access to TitlePage metadata.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TitlePage Express

Tải xuống các tệp mở rộng TitlePage Express dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TitlePage Express TitlePage Express
ID pahhdkoojnnofbdeiklgmbcmehhcfcni
URL Chính Thức https://chromewebstore.google.com/detail/titlepage-express/pahhdkoojnnofbdeiklgmbcmehhcfcni
Mô tả The TitlePage Express browser extension finds ISBNs while you browse the internet, providing quick access to TitlePage metadata.
Kích Thước Tệp 455 KB
Số Lần Cài Đặt 269
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-06-06
Ngày Phát Hành 2023-06-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Australian Publishers Association
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.titlepage.com
URL Trang Trợ Giúp https://titlepage.zendesk.com/hc/en-us/articles/19085360927129
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}