Open Custom URL
Open custom URL or local file path in a popup or tab.
ما هو Open Custom URL؟
Open Custom URL هو إضافة Chrome تم تطويرها بواسطة publisher، والميزة الرئيسية لها هي "Open custom URL or local file path in a popup or tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open Custom URL
قم بتنزيل ملفات الامتداد Open Custom URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Set any website URL and open it in a popup or tab with just one click!                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | ljhdepmipigadellfdggnlphmfebnnbp | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-custom-url/ljhdepmipigadellfdggnlphmfebnnbp | 
| الوصف | Open custom URL or local file path in a popup or tab. | 
| حجم الملف | 32.18 KB | 
| عدد التثبيتات | 20 | 
| النسخة الحالية | 1.0 | 
| آخر تحديث | 2017-05-10 | 
| تاريخ النشر | 2017-05-09 | 
| تقييم | 4.00/5 مجموع تقييمات 1 | 
| المطور | publisher | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Custom URL",
    "description": "Open custom URL or local file path in a popup or tab.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.0",
    "options_page": "options.html",
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    }
}  |  |