SFL

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

Τι είναι το SFL;

Το SFL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Thorsten Schroeder, και η κύρια λειτουργία του είναι "Type simple commands in your browser address bar to improve your web search".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SFL

Λήψη αρχείων επέκτασης SFL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}