Library Extension

See books, music and more at your local library as you browse the internet

Vad är Library Extension?

Library Extension är en Chrome-tillägg utvecklad av https://www.libraryextension.com, och dess huvudfunktion är "See books, music and more at your local library as you browse the internet".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Library Extension-förlängningens CRX-fil

Ladda ner Library Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        See instant availability information for books, music, and audiobooks from catalogs offered by your local libraries as you browse various sites. 

We currently support over 5000 libraries around the world.  Find our complete list of supported libraries at https://www.libraryextension.com/supported-libraries

If you do not find your library supported, please visit our feedback page at https://www.libraryextension.com/contact-us - we're always happy to add new libraries!                    

Grundläggande Information om Tillägg

Namn Library Extension Library Extension
ID chkgcmmjoejpekoegkedcpifgfhpjmec
Officiell webbadress https://chromewebstore.google.com/detail/library-extension/chkgcmmjoejpekoegkedcpifgfhpjmec
Beskrivning See books, music and more at your local library as you browse the internet
Filstorlek 268 KB
Antal Installationer 102,618
Aktuell Version 2023.1127.1
Senast Uppdaterad 2023-11-27
Publiceringsdatum 2020-06-24
Betyg 4.90/5 Totalt 3356 Betyg
Utvecklare https://www.libraryextension.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.libraryextension.com
Hjälpsida URL https://www.libraryextension.com/help
URL till Sekretesspolicy Sidan https://www.libraryextension.com/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/bookcase.png",
        "default_popup": "config.html",
        "default_title": "Library Extension"
    },
    "content_scripts": [
        {
            "css": [
                "css\/common.css"
            ],
            "js": [
                "common.js"
            ],
            "matches": [
                "https:\/\/www.libraryextension.com\/*",
                "https:\/\/api.libraryextension.com\/*"
            ]
        }
    ],
    "content_security_policy": "connect-src 'self' *; script-src 'self'; object-src 'self';",
    "default_locale": "en",
    "description": "See books, music and more at your local library as you browse the internet",
    "homepage_url": "https:\/\/www.libraryextension.com\/",
    "icons": {
        "128": "images\/bookcase.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "config.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "short_name": "__MSG_extName__",
    "version": "2023.1127.1",
    "web_accessible_resources": [
        "css\/common.css",
        "css\/bootstrap.min.css",
        "images\/001_38.png",
        "images\/001_50.png",
        "images\/bookcase.png",
        "images\/hoopla-49x21.png",
        "images\/openlibrary-logo-tighter.svg",
        "images\/pause.png",
        "images\/play.png",
        "images\/toolbar_select.gif"
    ]
}