Blue Links

Copy Google search results links with a single click

What is Blue Links?

Blue Links is a Chrome extension developed by https://www.seomemento.com, and its main feature is "Copy Google search results links with a single click".

Extension Screenshots

Download Blue Links Extension CRX File

Download Blue Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Blue Links Blue Links
ID ifbkibkfjbedaipjhinjedldejnaikak
Official URL https://chromewebstore.google.com/detail/blue-links/ifbkibkfjbedaipjhinjedldejnaikak
Description Copy Google search results links with a single click
File Size 41.51 KB
Installation Count 135
Current Version 0.3
Last Updated 2023-11-10
Publish Date 2022-11-29
Rating 5.00/5 Total 1 Ratings
Developer https://www.seomemento.com
Email [email protected]
Payment Type free
Supported Languages 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
}