tab2text
Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.
ما هو tab2text؟
tab2text هو إضافة Chrome تم تطويرها بواسطة mikhuang، والميزة الرئيسية لها هي "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة tab2text
قم بتنزيل ملفات الامتداد tab2text بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Want to edit your currently opened tabs as plaintext? Now you can. Usage ideas: - Take existing list of tabs, copy it into your text editor, futz with it, then back into the browser - Generate a list of URLs with text editor, application, whatever. Paste it in, open everything at once - Sharing your currently opened tabs quickly in whatever application - ??? Pro tip: Add a keyboard shortcut to open the window quickly! Go to: More Tools > Extensions > Keyboard Shortcuts (all the way on the bottom), and add something like Command+Ctrl+T
معلومات أساسية عن التمديد
الاسم | tab2text |
ID | pkbpfddfoepjgmfmlafmdmhpiclhngih |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab2text/pkbpfddfoepjgmfmlafmdmhpiclhngih |
الوصف | Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs. |
حجم الملف | 28.92 KB |
عدد التثبيتات | 108 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2016-12-16 |
تاريخ النشر | 2016-12-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | mikhuang |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tab2text", "description": "Turn your open tabs into a plaintext list of URLs. Update the list of URLs to change your open tabs.", "version": "1.0.1", "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |