Open Multiple website
Open Multiple Links easily
ما هو Open Multiple website؟
Open Multiple website هو إضافة Chrome تم تطويرها بواسطة shubhankar1100، والميزة الرئيسية لها هي "Open Multiple Links easily".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open Multiple website
قم بتنزيل ملفات الامتداد Open Multiple website بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
There are multiple website which we open daily before we start our work, like h=google,gmail,facebook,youtube etc To open each website in different tab is time consuming. So we will develop an extension which will automate this. Let’s make it simpler by just adding all urls in one extension and by clicking a button we can open all daily use websites in one go. We have to just add all the required website in this extension once and whenever we start chrome just we have to click a button to launch all the website.
معلومات أساسية عن التمديد
الاسم | Open Multiple website |
ID | hedfombeoifnnpoglealldolfkjdohec |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec |
الوصف | Open Multiple Links easily |
حجم الملف | 23.79 KB |
عدد التثبيتات | 115 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-03-25 |
تاريخ النشر | 2017-03-24 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | shubhankar1100 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Multiple website", "description": "Open Multiple Links easily", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |