Export Tabs
Export the URL of all opened tabs to text
ما هو Export Tabs؟
Export Tabs هو إضافة Chrome تم تطويرها بواسطة https://francotecnologia.com، والميزة الرئيسية لها هي "Export the URL of all opened tabs to text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Export Tabs
قم بتنزيل ملفات الامتداد Export Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PORTUGUESE
Esta extensão foi criada para exportar a URL de todas as abas abertas, permitindo que sejam enviadas rapidamente por e-mail ou salvas num arquivo.
Também é possível fazer o processo inverso. Basta colar o texto salvo anteriormente na caixa de texto e clicar em 'Open'.
ENGLISH
This extension was created to generate a text with the URL of every opened tab to send by mail or save into text file (copy n paste).
You can reopen by pasting the saved text into the text box.
Comments, bug reports and suggestions will be appreciated!
* The source code of this extension is based on Google Chrome Extension Examples. معلومات أساسية عن التمديد
| الاسم | |
| ID | odafagokkafdbbeojliiojjmimakacil |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/export-tabs/odafagokkafdbbeojliiojjmimakacil |
| الوصف | Export the URL of all opened tabs to text |
| حجم الملف | 15.57 KB |
| عدد التثبيتات | 10,000 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2016-12-15 |
| تاريخ النشر | 2016-12-15 |
| تقييم | 4.49/5 مجموع تقييمات 67 |
| المطور | https://francotecnologia.com |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Export Tabs",
"version": "1.2",
"description": "Export the URL of all opened tabs to text",
"icons": {
"16": "tabs_io.png",
"48": "tabs_io_48.png",
"128": "tabs_io_128.png"
},
"browser_action": {
"default_icon": "tabs_io.png",
"default_title": "Export Tabs",
"default_popup": "popup.html"
},
"permissions": [
"tabs"
],
"manifest_version": 2
} | |