Blue Links

Copy Google search results links with a single click

Apa itu Blue Links?

Blue Links adalah ekstensi Chrome yang dikembangkan oleh https://www.seomemento.com, dan fitur utamanya adalah "Copy Google search results links with a single click".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Blue Links

Unduh file ekstensi Blue Links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Blue Links Blue Links
ID ifbkibkfjbedaipjhinjedldejnaikak
URL Resmi https://chromewebstore.google.com/detail/blue-links/ifbkibkfjbedaipjhinjedldejnaikak
Deskripsi Copy Google search results links with a single click
Ukuran File 41.51 KB
Jumlah Instalasi 135
Versi Saat Ini 0.3
Terakhir Diperbarui 2023-11-10
Tanggal Publikasi 2022-11-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.seomemento.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}