Google Search Operators

Adds buttons to use Google search operators on the active tab.

Google Search Operators là gì?

Google Search Operators là một tiện ích mở rộng Chrome được phát triển bởi https://scrape-shopify.com, và tính năng chính của nó là "Adds buttons to use Google search operators on the active tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Search Operators

Tải xuống các tệp mở rộng Google Search Operators 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

                        Enhance your Google search experience with the "Google Search Operators" extension. This powerful tool adds a set of convenient buttons to your Chrome browser, allowing you to use various Google search operators directly on the active tab for more precise and efficient search results.

With just a click, you can employ search operators like "site:", "cache:", "related:", and many more, all designed to streamline your Google searches and provide you with targeted information quickly. No more manually typing operators in the search bar – our extension simplifies the process, giving you greater control over your searches.

Features:

- Quick Access Buttons: Access popular search operators such as "site:", "cache:", and "related:" with a single click, right from your browser.
- Customized Searches: Enter keywords and combine them with specific operators like "intitle:", "inurl:", or "intext:" to refine your search queries.
- Intuitive Interface: The user-friendly interface ensures ease of use, making advanced search capabilities accessible to everyone.
- Perfect for Researchers and Power Users: Ideal for researchers, SEO specialists, and power users who need targeted results and time-saving search features.
- Opens in Active Tab: Results open in your current tab, ensuring a seamless search experience without disrupting your browsing session.
- Fast and Reliable: Our extension is designed to work efficiently, saving you valuable time and effort.

Unleash the full potential of Google search operators with this essential Chrome extension. Whether you're conducting in-depth research or simply want to find information quickly, "Google Search Operators" is the must-have tool for all your search needs.

Install it now and supercharge your Google search experience!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Search Operators Google Search Operators
ID ajhakfnnioohdjghjdmconkmkbkebjbn
URL Chính Thức https://chromewebstore.google.com/detail/google-search-operators/ajhakfnnioohdjghjdmconkmkbkebjbn
Mô tả Adds buttons to use Google search operators on the active tab.
Kích Thước Tệp 47.46 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2023-07-26
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://scrape-shopify.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://scrape-shopify.com/
URL Trang Chính Sách Bảo Mật https://farhansrambiyan.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Search Operators",
    "description": "Adds buttons to use Google search operators on the active tab.",
    "version": "1.2",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/"
    ]
}