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…

Wat is Relative Links To Absolute?

Relative Links To Absolute is een Chrome-extensie ontwikkeld door Dmitry Rodevich, en de belangrijkste functie is "Adds an additional address to relative paths to files (images). Converts a relative link to an absolute one. If you are developing…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Relative Links To Absolute

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

                        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.                    

Basisinformatie over de Extensie

Naam Relative Links To Absolute Relative Links To Absolute
ID lafddlfgimneffahboncpgapcnnjckjm
Officiële URL https://chromewebstore.google.com/detail/relative-links-to-absolut/lafddlfgimneffahboncpgapcnnjckjm
Beschrijving Adds an additional address to relative paths to files (images). Converts a relative link to an absolute one. If you are developing…
Bestandsgrootte 12.5 KB
Aantal Installaties 24
Huidige Versie 1.0
Laatst Bijgewerkt 2021-12-30
Publicatiedatum 2021-09-07
Ontwikkelaar Dmitry Rodevich
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://raw.githubusercontent.com/rodewitsch/ChromeExtensionsPrivacy/main/privacy.html
Ondersteunde Talen 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"
    ]
}