Tab url reader and opener
This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.
ما هو Tab url reader and opener؟
Tab url reader and opener هو إضافة Chrome تم تطويرها بواسطة husypb، والميزة الرئيسية لها هي "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab url reader and opener
قم بتنزيل ملفات الامتداد Tab url reader and opener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Tab url reader and opener |
ID | fodjpnjccjliapgmfjlcjnolcdolgemd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd |
الوصف | This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click. |
حجم الملف | 144 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 0.7.0 |
آخر تحديث | 2017-02-09 |
تاريخ النشر | 2017-02-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | husypb |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab url reader and opener", "version": "0.7.0", "manifest_version": 2, "description": "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.", "browser_action": { "default_icon": "pugapps48.png", "default_popup": "popup.html" }, "icons": { "16": "pugapps16.png", "48": "pugapps48.png", "128": "pugapps128.png" }, "permissions": [ "tabs" ] } |