Relative Links To Absolute

Adds an additional address to relative paths to files (images). Converts a relative link to an absolute one. If you are developing…

What is Relative Links To Absolute?

Relative Links To Absolute is a Chrome extension developed by Dmitry Rodevich, and its main feature is "Adds an additional address to relative paths to files (images). Converts a relative link to an absolute one. If you are developing…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Relative Links To Absolute Extension CRX File

Download Relative Links To Absolute 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

                        Adds an additional address to relative paths to files (images). Converts a relative link to an absolute one.
If you are developing a web application and the files are stored on a remote server, the extension allows you to specify the full path from where you want to take the images without any additional actions.                    

Extension Basic Information

Name Relative Links To Absolute Relative Links To Absolute
ID lafddlfgimneffahboncpgapcnnjckjm
Official URL https://chromewebstore.google.com/detail/relative-links-to-absolut/lafddlfgimneffahboncpgapcnnjckjm
Description Adds an additional address to relative paths to files (images). Converts a relative link to an absolute one. If you are developing…
File Size 12.5 KB
Installation Count 24
Current Version 1.0
Last Updated 2021-12-30
Publish Date 2021-09-07
Developer Dmitry Rodevich
Email [email protected]
Payment Type free
Privacy Policy Page URL https://raw.githubusercontent.com/rodewitsch/ChromeExtensionsPrivacy/main/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Relative Links To Absolute",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "\/options\/options.html",
    "permissions": [
        "storage"
    ]
}