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

O'Reilly란 무엇입니까?

O'Reilly은(는) oreilly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get quick access to your content by opening a new tab and find trusted O'Reilly Answers when searching with Google or Stack Overflow"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

O'Reilly 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 O'Reilly O'Reilly
ID honddgdnobfcbldlmimekbmphjnehbbb
공식 URL https://chromewebstore.google.com/detail/oreilly/honddgdnobfcbldlmimekbmphjnehbbb
설명 Get quick access to your content by opening a new tab and find trusted O'Reilly Answers when searching with Google or Stack Overflow
파일 크기 256 KB
설치 횟수 4,650
현재 버전 0.6.5
최근 업데이트 2024-02-09
출시 날짜 2021-04-12
평점 2.83/5 총 6 개의 평점
개발자 oreilly.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.oreilly.com/
도움말 페이지 URL https://www.oreilly.com/about/contact.html
개인정보 보호 정책 페이지 URL https://www.oreilly.com/privacy.html
지원되는 언어 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
        }
    ]
}