Link Code Link

Extension for conversion between Link and Code

What is Link Code Link?

Link Code Link is a Chrome extension developed by MrK99, and its main feature is "Extension for conversion between Link and Code".

Extension Screenshots

screenshot
screenshot

Download Link Code Link Extension CRX File

Download Link Code Link 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

                        This extension will help you quickly encode characters, messages, links, ... and vice versa.                    

Extension Basic Information

Name Link Code Link Link Code Link
ID ipflefaacfknoocdjpmiclkopenjhech
Official URL https://chromewebstore.google.com/detail/link-code-link/ipflefaacfknoocdjpmiclkopenjhech
Description Extension for conversion between Link and Code
File Size 227 KB
Installation Count 440
Current Version 0.0.2
Last Updated 2021-08-08
Publish Date 2021-07-18
Rating 5.00/5 Total 2 Ratings
Developer MrK99
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Code Link",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Extension for conversion between Link and Code",
    "icons": {
        "128": "images\/logo.jpg"
    },
    "browser_action": {
        "default_title": "Link Code Link",
        "default_icon": "images\/logo.jpg",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/lib\/bootstrap.min.js"
            ],
            "css": [
                "styles\/font.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "clipboardRead"
    ]
}