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”。
擴展截圖
下載O'Reilly擴展crx文件
下載O'Reilly擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | honddgdnobfcbldlmimekbmphjnehbbb |
官方網址 | 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 } ] } |