Blue Links

Copy Google search results links with a single click

Vad är Blue Links?

Blue Links är en Chrome-tillägg utvecklad av https://www.seomemento.com, och dess huvudfunktion är "Copy Google search results links with a single click".

Tilläggsskärmbilder

Ladda ner Blue Links-förlängningens CRX-fil

Ladda ner Blue Links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Blue Links Blue Links
ID ifbkibkfjbedaipjhinjedldejnaikak
Officiell webbadress https://chromewebstore.google.com/detail/blue-links/ifbkibkfjbedaipjhinjedldejnaikak
Beskrivning Copy Google search results links with a single click
Filstorlek 41.51 KB
Antal Installationer 135
Aktuell Version 0.3
Senast Uppdaterad 2023-11-10
Publiceringsdatum 2022-11-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.seomemento.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}