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
公式URL 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
Eメール [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"
    ]
}