SFL

Type simple commands in your browser address bar to improve your web search

SFL क्या है?

SFL Thorsten Schroeder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Type simple commands in your browser address bar to improve your web search"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में SFL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Type commands in the address bar of your browser and expand your browsing experience:

-- sfl find [keyword] with [provider] --
Replace [keyword] with any word or phrase that you want to search for and replace [provider] with a search provider of your choosing, such as Google, Ecosia, Amazon or DuckDuckGo. 
When the command is entered, SFL opens the webpage of your chosen provider with the direct search of your keyword or phrase. 

-- sfl open [provider] --
Replace [provider] with a search provider of you choosing. 
When the command is entered, SFL opens the main webpage of the chosen search provider.

-- sfl set default to [provider] --
Replace [provider] with a search provider of you choosing. 
When the command is entered, SFL sets  your default provider to the specified search provider meaning that all your address bar searches will be redirected to the preferred provider.

-- sfl delete all cookies --
When the command is entered, SFL deletes all cookies from your browser.

-- sfl open user manual --
When the command is entered, SFL opens the user manual for further help.                    

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

नाम SFL SFL
ID epoipicdijmpedfdkjamnjfgodfjojad
आधिकारिक URL https://chromewebstore.google.com/detail/sfl/epoipicdijmpedfdkjamnjfgodfjojad
विवरण Type simple commands in your browser address bar to improve your web search
फ़ाइल का आकार 291 KB
स्थापना संख्या 128,694
वर्तमान संस्करण 1.3
अंतिम अपडेट 2021-06-17
प्रकाशन तिथि 2020-12-24
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर Thorsten Schroeder
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://structured-find-language.org/privacy_policy.pdf
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SFL",
    "version": "1.3",
    "description": "__MSG_manifest__",
    "icons": {
        "48": "graphics\/sfl_48x48.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "SFL",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "bgscript.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "notifications"
    ],
    "default_locale": "en",
    "omnibox": {
        "keyword": "sfl"
    }
}