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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}