Tabs2Text
Export all your opened tabs to a CSV, HTML, JSON or Markdown file.
Tabs2Text क्या है?
Tabs2Text dezese.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export all your opened tabs to a CSV, HTML, JSON or Markdown file."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabs2Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tabs2Text is an extension to export all your opened tabs, from a browser window or from all windows, to a CSV, HTML, JSON or Markdown file type. It includes the tabs' title and URL information.
एक्सटेंशन की मूल जानकारी
नाम | Tabs2Text |
ID | cgajadebepocjjpimelagpannemlggoi |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabs2text/cgajadebepocjjpimelagpannemlggoi |
विवरण | Export all your opened tabs to a CSV, HTML, JSON or Markdown file. |
फ़ाइल का आकार | 26.47 KB |
स्थापना संख्या | 102 |
वर्तमान संस्करण | 2020.6.11 |
अंतिम अपडेट | 2020-06-14 |
प्रकाशन तिथि | 2020-06-14 |
डेवलपर | dezese.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.github.com/deniszanin/tabs2text |
सहायता पृष्ठ URL | https://www.github.com/deniszanin/tabs2text |
समर्थित भाषाएँ | en,en-GB,en-US,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_style": true, "default_icon": { "16": "icons\/t2f-16.png", "32": "icons\/t2f-32.png", "48": "icons\/t2f-48.png", "96": "icons\/t2f-96.png" }, "default_popup": "tabs2text-popup.html", "default_title": "Tabs2Text" }, "content_security_policy": "script-src 'self'; object-src 'self'", "commands": { "t2t-export": { "suggested_key": { "default": "Ctrl+Shift+U", "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+U", "mac": "Command+Shift+U", "windows": "Ctrl+Shift+U" }, "description": "__MSG_commandDesc__", "global": true } }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/github.com\/deniszanin\/tabs2text", "icons": { "16": "icons\/t2f-16.png", "32": "icons\/t2f-32.png", "48": "icons\/t2f-48.png", "96": "icons\/t2f-96.png", "128": "icons\/t2f-128.png" }, "incognito": "spanning", "manifest_version": 2, "minimum_chrome_version": "55", "name": "Tabs2Text", "options_ui": { "page": "tabs2text-settings.html" }, "permissions": [ "tabs", "downloads", "storage" ], "version": "2020.6.11" } |