soLucky
Navigate the Internet FASTER!!
soLucky là gì?
soLucky là một tiện ích mở rộng Chrome được phát triển bởi https://solucky.co, và tính năng chính của nó là "Navigate the Internet FASTER!!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng soLucky
Tải xuống các tệp mở rộng soLucky dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | soLucky |
ID | hjoklbpknpobbafbckcopemdnlgiclbk |
URL Chính Thức | https://chromewebstore.google.com/detail/solucky/hjoklbpknpobbafbckcopemdnlgiclbk |
Mô tả | Navigate the Internet FASTER!! |
Kích Thước Tệp | 1.26 MB |
Số Lần Cài Đặt | 461 |
Phiên Bản Hiện Tại | 4.13 |
Cập Nhật Lần Cuối | 2023-04-25 |
Ngày Phát Hành | 2019-10-09 |
Đánh Giá | 4.88/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | https://solucky.co |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.solucky.co/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |