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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dmitry Rodevich และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Relative Links To Absolute

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}