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…

Apa itu Relative Links To Absolute?

Relative Links To Absolute adalah ekstensi Chrome yang dikembangkan oleh Dmitry Rodevich, dan fitur utamanya adalah "Adds an additional address to relative paths to files (images). Converts a relative link to an absolute one. If you are developing…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Relative Links To Absolute

Unduh file ekstensi Relative Links To Absolute dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Relative Links To Absolute Relative Links To Absolute
ID lafddlfgimneffahboncpgapcnnjckjm
URL Resmi https://chromewebstore.google.com/detail/relative-links-to-absolut/lafddlfgimneffahboncpgapcnnjckjm
Deskripsi Adds an additional address to relative paths to files (images). Converts a relative link to an absolute one. If you are developing…
Ukuran File 12.5 KB
Jumlah Instalasi 24
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-12-30
Tanggal Publikasi 2021-09-07
Pengembang Dmitry Rodevich
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://raw.githubusercontent.com/rodewitsch/ChromeExtensionsPrivacy/main/privacy.html
Bahasa yang Didukung 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"
    ]
}