SFL

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

什麼是SFL?

SFL是由Thorsten Schroeder開發的Chrome擴展程式,該擴展的主要功能是“Type simple commands in your browser address bar to improve your web search”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SFL擴展crx文件

下載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
官方網址 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"
    }
}