Auto Open Links
Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…
ما هو Auto Open Links؟
Auto Open Links هو إضافة Chrome تم تطويرها بواسطة vvveleva، والميزة الرئيسية لها هي "Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…".
تحميل ملف CRX للإضافة Auto Open Links
قم بتنزيل ملفات الامتداد Auto Open Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will open the first link on google in a new tab ctrl + shift + 7 : will open the first 7 links on google in a new tab If you run into any bugs, please report them at [email protected]. Thanks!
معلومات أساسية عن التمديد
الاسم | |
ID | coiapeoijgdcanenjddgdgcepejabljl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/auto-open-links/coiapeoijgdcanenjddgdgcepejabljl |
الوصف | Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will… |
حجم الملف | 39.57 KB |
عدد التثبيتات | 154 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-09-12 |
تاريخ النشر | 2015-09-12 |
تقييم | 3.33/5 مجموع تقييمات 6 |
المطور | vvveleva |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Open Links", "version": "1.1", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*" ], "js": [ "auto_open_links.js" ] } ], "web_accessible_resources": [ "auto_open_links.js" ] } |