Ctrl-F Plus: Ctrl + F Search Across All Tabs

Find words and phrases across ALL your open tabs! 🔍

Ctrl-F Plus: Ctrl + F Search Across All Tabs क्या है?

Ctrl-F Plus: Ctrl + F Search Across All Tabs https://ctrl-f.plus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find words and phrases across ALL your open tabs! 🔍"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ctrl-F Plus: Ctrl + F Search Across All Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ctrl-F Plus enables cross-tab search functionality in a browser window by extending the browser's native Ctrl + F Find Feature (Cmd + F on Mac).  Now you can find a specific word or phrase on any of your browser tabs without having to search each tab separately.


✨ FEATURES

- Extended Native Browser Search 🌐: Enhances the traditional 'Ctrl F' with powerful multi-tab capabilities.

- All-Tab Search 🚀: No more switching between tabs. Find what you're looking for across all open tabs in your current window.

- Intuitive Interface 👆: Designed to look and feel like the browser's native find function, ensuring a seamless user experience.

- Quick Activation ⚡: Simply use the `Ctrl + Shift + F` keyboard command to activate the search.


🎯 USE CASES

- Students 📚: Quickly find references across multiple research papers or articles.

- Professionals 💼: Seamlessly search for client names or keywords across various reports.

- Shoppers 🛒: Easily compare product details or prices across online stores.


⌨ KEYBOARD SHORTCUT SETUP FOR CTRL-F PLUS:

1. Install "Ctrl-F Plus" in Chrome.
2. Pin the extension:
   - Click the puzzle piece icon (Extensions) in Chrome's top-right.
   - Locate "Ctrl-F Plus" and click its pin icon.
3. Right-click the "Ctrl-F Plus" icon and select "Set Keyboard Shortcut".
4. Find "Ctrl-F Plus" in the list.
5. Set the activation shortcut:
   - Windows, Linux, ChromeOS: `Ctrl` + `Shift` + `F`.
   - Mac: `⌘` + `Shift` + `F` (or `Command` + `Shift` + `F`).
6. Close the window, and you're ready! Use the shortcut for multi-tab searches anytime.


❤️ LOVE CTRL-F PLUS?

- If you find our extension helpful, please consider leaving a 5-star 🌟 review and sharing your experience. Your support helps us grow and improve!


💖💖 REALLY REALLY LOVE CTRL-F PLUS?

- Consider supporting our team with a donation at: https://opencollective.com/ctrl-f-plus-chrome-extension


🛠 PROUDLY OPEN SOURCE:

- Let's improve it together! Ctrl-F Plus is proudly open source and we'd love for you to get involved. Give us a star on GitHub 🌟and join the development at: https://github.com/ctrl-f-plus/ctrl-f-plus-chrome-extension. 


📩 SUPPORT & FEEDBACK:

 - Encounter an issue or have an idea? If you have any questions or feedback, we’d love to hear from you. Let us know at [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम Ctrl-F Plus: Ctrl + F Search Across All Tabs Ctrl-F Plus: Ctrl + F Search Across All Tabs
ID dkfbnlclahcmcgehpancgfhogmilankf
आधिकारिक URL https://chromewebstore.google.com/detail/ctrl-f-plus-ctrl-+-f-sear/dkfbnlclahcmcgehpancgfhogmilankf
विवरण Find words and phrases across ALL your open tabs! 🔍
फ़ाइल का आकार 104 KB
स्थापना संख्या 1,343
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-12-29
प्रकाशन तिथि 2023-05-25
रेटिंग 4.50/5 कुल 10 रेटिंग्स
डेवलपर https://ctrl-f.plus
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ctrl-f.plus/
गोपनीयता नीति पृष्ठ URL https://ctrl-f.plus/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ctrl-F Plus: Ctrl + F Search Across All Tabs",
    "short_name": "Ctrl-F Plus",
    "description": "Find words and phrases across ALL your open tabs! \ud83d\udd0d",
    "version": "1.0.5",
    "author": "Ctrl-F Plus",
    "homepage_url": "https:\/\/ctrl-f.plus",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "layover.js",
                "highlightStyles.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            },
            "description": "Start the extension"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}