Blink Search

Click on the Blink icon and all your current page links are temporarily redirected to a Google search.

Blink Search là gì?

Blink Search là một tiện ích mở rộng Chrome được phát triển bởi sibdo, và tính năng chính của nó là "Click on the Blink icon and all your current page links are temporarily redirected to a Google search.".

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

screenshot

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

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

                        Blink does a very simple thing. When it comes to the mountain of information out there, simple is good.

Now there are no dead ends. Every web site is a potential launch pad into even more interesting stuff! Use anywhere. News, shopping, travel ... anything.

Instructions: Once installed just click on the Blink icon to temporarily change all the links on the page to Google searches. Then simply click on those links and you're away! 

Note: Above and beyond cookies, some sites think it's OK to covertly intercept URLs and use your click data for pushing products and ads without telling you. If Blink doesn't go to a Google search that is probably what they are doing. In this case just right click and choose "Open link in new tab".

Flush out fake news, get another view point
Compare deals
Get product reviews
Identify sites that are masking URLs
See where it takes you!                    

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

Tên Blink Search Blink Search
ID eombigpkodehcbjbcpjdjmgjigcplmma
URL Chính Thức https://chromewebstore.google.com/detail/blink-search/eombigpkodehcbjbcpjdjmgjigcplmma
Mô tả Click on the Blink icon and all your current page links are temporarily redirected to a Google search.
Kích Thước Tệp 228 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-10-14
Ngày Phát Hành 2019-10-14
Nhà Phát Triển sibdo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blink Search",
    "version": "1.1",
    "description": "Click on the Blink icon and all your current page links are temporarily redirected to a Google search.",
    "icons": {
        "16": "images\/blink.png",
        "48": "images\/blink.png",
        "128": "images\/blink.png"
    },
    "browser_action": {
        "default_icon": "images\/blink.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}