SearchSK

Search through multiple search engines, search in a specific site, search for files of a specific file type and more.

SearchSK là gì?

SearchSK là một tiện ích mở rộng Chrome được phát triển bởi Andrey Shemetov, và tính năng chính của nó là "Search through multiple search engines, search in a specific site, search for files of a specific file type and more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SearchSK

Tải xuống các tệp mở rộng SearchSK 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

                        SearchSK is an extension which helps you to search the Web better. Use all the power of the search engines with additional convenient functions.
It's easy, extremely convenient and highly configurable. Give it a try!
Let me know if you want other functions added.

Note: During initialization the extension will create a 'SearchSK' bookmark folder under 'Other Bookmarks' and populate it with search and translation URLs. Please modify this folder according to your needs, there are plenty of pre-configured URLs on the support site.

You can you help support extension continued development by making a small contribution: https://www.paypal.me/selectionsk/

Functions:

    Search using pre-configured bookmarks. There are default search\translate\dictionary bookmarks and in addition you can create your own. A lot of pre-configured bookmarks are available on the support site. It is extremely power tool and you can fully adopt it to your own needs - use it for everything from image search to currency convertor.
    OpenSearch engines can be added to bookmarks either by navigating to the site or by using Mycroft Project.
    Search text stored in the history, top N results can be shown on the search panel.
    Perform a search in a specific site (if supported by search engine).
    Search for files of a specific file type (if supported by search engine).
    Right mouse button click performs a search with quoted selected text aka 'phrase search'.
    Middle mouse button click performs search and highlight all occurrences of search term.
    Crtl+left mouse button click on search engine changes current search engine - quite helpful if you want to see suggestions from other than default search engine.
    Double click on history item or suggestions performs a search using default search engine.

The extension is also available for Firefox at https://addons.mozilla.org/en-US/firefox/addon/searchsk/.

SearchSK will send entered text to search engines in order to get suggestions. Please read their privacy policies.

Thank you for being interested in SearchSK. Please submit your suggestions and report issues on https://bitbucket.org/ashemetov/searchsk/issues.

You can contribute by helping translate SearchSK on Crowdin: https://crwd.in/searchsk.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SearchSK SearchSK
ID jgjineahnbodlpdfhhkmgbeghaieocgd
URL Chính Thức https://chromewebstore.google.com/detail/searchsk/jgjineahnbodlpdfhhkmgbeghaieocgd
Mô tả Search through multiple search engines, search in a specific site, search for files of a specific file type and more.
Kích Thước Tệp 263 KB
Số Lần Cài Đặt 510
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-01-09
Ngày Phát Hành 2020-02-16
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Andrey Shemetov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bitbucket.org/ashemetov/searchsk/wiki/Home
URL Trang Trợ Giúp https://bitbucket.org/ashemetov/searchsk/issues?status=new&status=open
Ngôn Ngữ Được Hỗ Trợ de,en,fr,tr,es,it,pl,pt-BR,pt-PT,sv,ru,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SearchSK",
    "author": "Andrey Shemetov",
    "description": "__MSG_addonDescChr__",
    "version": "1.0",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsGf1uWe1RHPENMzQQBSgka0kzQTsmYkKbhVX4O3aUTj87ause1mEWE0yhjsqQAXUbcf5TjAX1FrpqLoeBdfDsDqXmTSLiHHUBTSQqk0DwhfsMbQp2NAjjvZyTdLd5bAt6g58Qpel0M7yW0DXPyQqZwgcLUmmLjIAoVhnLi+dlAYqS5RPzG66ePCOgFJi3YS4P3NBmmVGFXNhC0f07rzycN\/fF5CsfR9UeAC44f+JSXGU54z4EHoGFQ5BrSH0g8k6FcoNiyEF0hAwLSfnEQ\/CrI9TR2nk7KJJnAy3FTkNiTBK5RK1IgsxwtfSGJAsOGIZ9i2+8wTLPWDVUirXRdNXBQIDAQAB",
    "icons": {
        "16": "icons\/search_16.png",
        "24": "icons\/search_24.png",
        "32": "icons\/search_32.png",
        "48": "icons\/search_48.png",
        "64": "icons\/search_64.png",
        "128": "icons\/search_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/search_16.png",
            "24": "icons\/search_24.png",
            "32": "icons\/search_32.png",
            "48": "icons\/search_48.png",
            "64": "icons\/search_64.png",
            "128": "icons\/search_128.png"
        },
        "default_title": "SearchSK",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+8"
            },
            "description": "Open SearchSK"
        }
    },
    "options_ui": {
        "page": "prefs\/prefs.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "common.js",
            "utils.js",
            "favicons.js",
            "opensearch.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "alarms",
        "bookmarks",
        "contextMenus",
        "notifications",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "libs\/mark.js",
                "common.js",
                "utils.js",
                "opensearch.js",
                "content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "icons\/*"
    ]
}