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 là gì?
O'Reilly là một tiện ích mở rộng Chrome được phát triển bởi oreilly.com, và tính năng chính của nó là "Get quick access to your content by opening a new tab and find trusted O'Reilly Answers when searching with Google or Stack Overflow".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng O'Reilly
Tải xuống các tệp mở rộng O'Reilly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | O'Reilly |
ID | honddgdnobfcbldlmimekbmphjnehbbb |
URL Chính Thức | https://chromewebstore.google.com/detail/oreilly/honddgdnobfcbldlmimekbmphjnehbbb |
Mô tả | Get quick access to your content by opening a new tab and find trusted O'Reilly Answers when searching with Google or Stack Overflow |
Kích Thước Tệp | 256 KB |
Số Lần Cài Đặt | 4,650 |
Phiên Bản Hiện Tại | 0.6.5 |
Cập Nhật Lần Cuối | 2024-02-09 |
Ngày Phát Hành | 2021-04-12 |
Đánh Giá | 2.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | oreilly.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.oreilly.com/ |
URL Trang Trợ Giúp | https://www.oreilly.com/about/contact.html |
URL Trang Chính Sách Bảo Mật | https://www.oreilly.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |