O'Reilly

Get quick access to your content by opening a new tab and find trusted O'Reilly Answers when searching with Google or Stack Overflow

¿Qué es O'Reilly?

O'Reilly es una extensión de Chrome desarrollada por oreilly.com, y su función principal es "Get quick access to your content by opening a new tab and find trusted O'Reilly Answers when searching with Google or Stack Overflow".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión O'Reilly

Descarga archivos de extensión O'Reilly en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        When enabled, you’ll go straight to recordings of your live events and recommendations and can pick up content you’ve recently viewed right where you left off. 

O’Reilly is dedicated to protecting your privacy. We’ve taken all possible steps to mitigate any potential security risks and protect your personal data.                    

Información Básica de la Extensión

Nombre O'Reilly O'Reilly
ID honddgdnobfcbldlmimekbmphjnehbbb
URL Oficial https://chromewebstore.google.com/detail/oreilly/honddgdnobfcbldlmimekbmphjnehbbb
Descripción Get quick access to your content by opening a new tab and find trusted O'Reilly Answers when searching with Google or Stack Overflow
Tamaño del Archivo 256 KB
Cantidad de Instalaciones 4,650
Versión Actual 0.6.5
Última Actualización 2024-02-09
Fecha de Publicación 2021-04-12
Calificación 2.83/5 Total de 6 Calificaciones
Desarrollador oreilly.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.oreilly.com/
URL de la Página de Ayuda https://www.oreilly.com/about/contact.html
URL de la Página de Política de Privacidad https://www.oreilly.com/privacy.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "O'Reilly",
    "version": "0.6.5",
    "description": "Get quick access to your content by opening a new tab and find trusted O'Reilly Answers when searching with Google or Stack Overflow",
    "icons": {
        "16": "src\/app\/assets\/images\/o_dot_16.png",
        "24": "src\/app\/assets\/images\/o_dot_24.png",
        "48": "src\/app\/assets\/images\/o_dot_48.png",
        "72": "src\/app\/assets\/images\/o_dot_72.png",
        "128": "src\/app\/assets\/images\/o_dot_128.png"
    },
    "action": [],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "src\/app\/pages\/newtab.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/google.js-loader-e7a5ce9a.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ]
        },
        {
            "js": [
                "assets\/stackOverflow.js-loader-a38a70c5.js"
            ],
            "matches": [
                "*:\/\/*.stackoverflow.com\/questions\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.oreilly.review\/",
        "*:\/\/*.oreilly.com\/"
    ],
    "options_ui": {
        "page": "src\/app\/pages\/options.html"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "resources": [
                "assets\/google.js-eb940851.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*.stackoverflow.com\/*"
            ],
            "resources": [
                "assets\/stackOverflow.js-da826bcd.js"
            ],
            "use_dynamic_url": true
        }
    ]
}