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…

什麼是Relative Links To Absolute?

Relative Links To Absolute是由Dmitry Rodevich開發的Chrome擴展程式,該擴展的主要功能是“Adds an additional address to relative paths to files (images). Converts a relative link to an absolute one. If you are developing…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Relative Links To Absolute擴展crx文件

下載Relative Links To Absolute擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Relative Links To Absolute Relative Links To Absolute
ID lafddlfgimneffahboncpgapcnnjckjm
官方網址 https://chromewebstore.google.com/detail/relative-links-to-absolut/lafddlfgimneffahboncpgapcnnjckjm
簡介 Adds an additional address to relative paths to files (images). Converts a relative link to an absolute one. If you are developing…
檔案大小 12.5 KB
安裝次數 24
目前版本 1.0
更新時間 2021-12-30
上架時間 2021-09-07
開發者 Dmitry Rodevich
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://raw.githubusercontent.com/rodewitsch/ChromeExtensionsPrivacy/main/privacy.html
支援的語言 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"
    ]
}