Blue Links

Copy Google search results links with a single click

Blue Links là gì?

Blue Links là một tiện ích mở rộng Chrome được phát triển bởi https://www.seomemento.com, và tính năng chính của nó là "Copy Google search results links with a single click".

Ả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 Blue Links

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

                        Blue Links lets you copy Google search results with a single click! Enter a search term in Google, hit enter and then click on the icon. Just that simple!                    

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

Tên Blue Links Blue Links
ID ifbkibkfjbedaipjhinjedldejnaikak
URL Chính Thức https://chromewebstore.google.com/detail/blue-links/ifbkibkfjbedaipjhinjedldejnaikak
Mô tả Copy Google search results links with a single click
Kích Thước Tệp 41.51 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2023-11-10
Ngày Phát Hành 2022-11-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.seomemento.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_title": "Blue Links"
    },
    "name": "Blue Links",
    "description": "Copy Google search results links with a single click ",
    "homepage_url": "https:\/\/www.seomemento.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "0.3",
    "manifest_version": 3
}