Open ISBN

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

O que é Open ISBN?

Open ISBN é uma extensão do Chrome desenvolvida por brettz9, e sua principal característica é "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Open ISBN

Baixe arquivos de extensão Open ISBN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Open ISBN Open ISBN
ID lkhlbkfkgngohcmcgobknikibbpnpkbd
URL Oficial https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd
Descrição Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Tamanho do Arquivo 45.68 KB
Contagem de Instalações 137
Versão Atual 0.4.0
Última Atualização 2023-04-09
Data de Publicação 2018-03-30
Desenvolvedor brettz9
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://github.com/brettz9/open-isbn
URL da Página de Ajuda http://github.com/brettz9/open-isbn/issues
Idiomas Suportados 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"
        }
    }
}