Blue Links

Copy Google search results links with a single click

Wat is Blue Links?

Blue Links is een Chrome-extensie ontwikkeld door https://www.seomemento.com, en de belangrijkste functie is "Copy Google search results links with a single click".

Extensie Screenshots

Download het CRX-bestand van de extensie Blue Links

Download Blue Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Blue Links Blue Links
ID ifbkibkfjbedaipjhinjedldejnaikak
Officiële URL https://chromewebstore.google.com/detail/blue-links/ifbkibkfjbedaipjhinjedldejnaikak
Beschrijving Copy Google search results links with a single click
Bestandsgrootte 41.51 KB
Aantal Installaties 135
Huidige Versie 0.3
Laatst Bijgewerkt 2023-11-10
Publicatiedatum 2022-11-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.seomemento.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}