Search Documents in Address Bar
Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar.
Search Documents in Address Bar là gì?
Search Documents in Address Bar là một tiện ích mở rộng Chrome được phát triển bởi https://socode.pro, và tính năng chính của nó là "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar.".
Ả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 Search Documents in Address Bar
Tải xuống các tệp mở rộng Search Documents in Address Bar 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
You can quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar. See how to use this extension: https://socode.pro/extension Privacy Policy: https://socode.pro/privacy
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Search Documents in Address Bar |
ID | hlkgijncpebndijijbcakkcefmpniacd |
URL Chính Thức | https://chromewebstore.google.com/detail/search-documents-in-addre/hlkgijncpebndijijbcakkcefmpniacd |
Mô tả | Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the address bar. |
Kích Thước Tệp | 2.51 MB |
Số Lần Cài Đặt | 394 |
Phiên Bản Hiện Tại | 3.1.7 |
Cập Nhật Lần Cuối | 2022-10-31 |
Ngày Phát Hành | 2020-07-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://socode.pro |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://socode.pro/extension |
URL Trang Trợ Giúp | https://discord.gg/qeBuAR |
URL Trang Chính Sách Bảo Mật | https://socode.pro/privacy |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,es,it,pt-BR,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "default_locale": "en", "version": "3.1.7", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "description": "__MSG_app_description__", "homepage_url": "https:\/\/socode.pro", "short_name": "SOCODE", "permissions": [ "storage", "identity", "https:\/\/github.com\/" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "author": "elliotreborn", "minimum_chrome_version": "64", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "default_title": "SOCODE" }, "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/socode.pro\/*" ], "js": [ "markContentScript.bundle.js" ] } ], "omnibox": { "keyword": "sc" } } |