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"입니다.
확장 프로그램 스크린샷
SFL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |