soLucky

Navigate the Internet FASTER!!

什么是soLucky?

soLucky是由https://solucky.co开发的Chrome扩展程序,该扩展的主要功能是“Navigate the Internet FASTER!!”。

扩展截图

screenshot
screenshot

下载soLucky扩展crx文件

下载soLucky扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}