Open ISBN

Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.

Co to jest Open ISBN?

Open ISBN to rozszerzenie Chrome opracowane przez brettz9, a jego główną funkcją jest „Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Open ISBN

Pobierz pliki rozszerzeń Open ISBN w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A webextensions add-on which lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.                    

Podstawowe informacje o rozszerzeniu

Nazwa Open ISBN Open ISBN
ID lkhlbkfkgngohcmcgobknikibbpnpkbd
Oficjalny URL https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd
Opis Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Rozmiar pliku 45.68 KB
Liczba instalacji 137
Aktualna Wersja 0.4.0
Ostatnia Aktualizacja 2023-04-09
Data Publikacji 2018-03-30
Deweloper brettz9
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://github.com/brettz9/open-isbn
Adres URL Strony Pomocy http://github.com/brettz9/open-isbn/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "author": "Brett Zamir",
    "version": "0.4.0",
    "homepage_url": "https:\/\/github.com\/brettz9\/open-isbn\/",
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "background": {
        "type": "module",
        "service_worker": "lib\/background.js"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true,
        "open_in_tab": false
    },
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "jid0-AUMeALWAI9Z08xdCmXfcfeySIjk@jetpack"
        }
    }
}