soLucky

Navigate the Internet FASTER!!

soLucky란 무엇입니까?

soLucky은(는) https://solucky.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Navigate the Internet FASTER!!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

soLucky 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        soLucky Helps you Navigate the Internet Faster!

With soLucky, Chrome searches take you immediately to the top site—without waiting for the full search result, without seeing all those ads, and without clicking one more time.  Better yet, you still have access to the next 3 top sites and the full Google search engine while looking at the top site...soAmazing!

A few other features that’ll make you feel lucky:

- Use the Chrome Omnibox just the way you normally do, but now it will take you directly to your web destination.
- One click access to the same search on images, videos, news and maps.
- One click to the regular old Google search results you're used to.
- Cool shortcuts to Google Maps, Images, Videos and News.  Just search "map nyc" to get directly to the Google Maps interface of New York City.

soCool, right?

Small Print:  soLucky uses Google Analytics to collect extension usage statistics to help improve your experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout                    

확장 프로그램 기본 정보

이름 soLucky soLucky
ID hjoklbpknpobbafbckcopemdnlgiclbk
공식 URL https://chromewebstore.google.com/detail/solucky/hjoklbpknpobbafbckcopemdnlgiclbk
설명 Navigate the Internet FASTER!!
파일 크기 1.26 MB
설치 횟수 461
현재 버전 4.13
최근 업데이트 2023-04-25
출시 날짜 2019-10-09
평점 4.88/5 총 25 개의 평점
개발자 https://solucky.co
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.solucky.co/privacy.html
지원되는 언어 id,de,en,fr,es,es-419,pt-BR,ru,hi,ar
manifest.json
{
    "name": "__MSG_appName__",
    "version": "4.13",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon32.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "privacy",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "images\/*",
        "styles\/*"
    ]
}