Bibli-O-Matic

The Bibli-O-Matic extension provides an icon beside any ISBN online and shows information about it using BiblioShare webservices

Bibli-O-Matic क्या है?

Bibli-O-Matic BookNet Canada द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Bibli-O-Matic extension provides an icon beside any ISBN online and shows information about it using BiblioShare webservices"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bibli-O-Matic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Bibli-O-Matic displays bibliographic data for any ISBN that appears on any web page. 

Bibli-O-Matic automatically detects valid ISBNs (both ISBN-10 and ISBN-13) and applies a small, red icon next to them that allows you, with one click, to pull up detailed information about that title. Find title, subtitle, author, and format information; images; metadata keywords; and more. Switch between ONIX 2.1 and 3.0 records, where available.

All bibliographic information is pulled from BookNet Canada’s BiblioShare Web Services.                    

एक्सटेंशन की मूल जानकारी

नाम Bibli-O-Matic Bibli-O-Matic
ID gggkfjokoepiblflomjbjjffjoejplom
आधिकारिक URL https://chromewebstore.google.com/detail/bibli-o-matic/gggkfjokoepiblflomjbjjffjoejplom
विवरण The Bibli-O-Matic extension provides an icon beside any ISBN online and shows information about it using BiblioShare webservices
फ़ाइल का आकार 1019 KB
स्थापना संख्या 1,333
वर्तमान संस्करण 2.0.7
अंतिम अपडेट 2021-04-15
प्रकाशन तिथि 2018-06-12
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर BookNet Canada
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.booknetcanada.ca/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bibli-O-Matic",
    "description": "The Bibli-O-Matic extension provides an icon beside any ISBN online and shows information about it using BiblioShare webservices",
    "homepage_url": "https:\/\/www.booknetcanada.ca\/",
    "version": "2.0.7",
    "icons": {
        "16": "icons\/Bibli-O-Matic-ICONx16.png",
        "48": "icons\/Bibli-O-Matic-ICONx48.png",
        "96": "icons\/Bibli-O-Matic-ICONx96.png",
        "128": "icons\/Bibli-O-Matic-ICONx128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "background": {
        "scripts": [
            "installAndUpdate\/detectInstallOrUpdate.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.squarespace.com\/config\/*",
                "https:\/\/bookmanager.com\/*",
                "http:\/\/www.biblioshare.org\/BNCServices\/BNCServices.asmx\/ONIX",
                "https:\/\/www.biblioshare.ca\/BNCServices\/BNCServices.asmx\/ONIX?*",
                "https:\/\/www.biblioshare.org\/BNCServices\/BNCServices.asmx\/ConvertValidateISBNEAN",
                "https:\/\/www.biblioshare.org\/BNCServices\/BNCServices.asmx\/BiblioSimple",
                "https:\/\/www.biblioshare.org\/BNCServices\/BNCServices.asmx*",
                "https:\/\/docs.google.com\/presentation*"
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true,
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "index.html",
        "images\/*",
        "images\/logo-booknet-canada.png",
        "images\/Full-Bibli-O-Matic-Red-Logo.png",
        "images\/Full-Bibli-O-Matic-White-Logo.png",
        "images\/cl-logo.png",
        "images\/sda-logo.png",
        "images\/sda-logo.png",
        "images\/libData-logo.png",
        "images\/cancon.png",
        "images\/NoCoverImage.jpg",
        "images\/launchIcon.png",
        "installAndUpdate\/installed.html",
        "installAndUpdate\/updated.html"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/Bibli-O-Matic-ICONx16.png",
            "48": "icons\/Bibli-O-Matic-ICONx48.png",
            "96": "icons\/Bibli-O-Matic-ICONx96.png",
            "128": "icons\/Bibli-O-Matic-ICONx128.png"
        },
        "default_popup": "browserAction\/index.html",
        "default_title": "Bibli-O-Matic"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    }
}