Tab Downloader
A browser extension to download images in open tabs.
Tab Downloader क्या है?
Tab Downloader Jason Gardner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension to download images in open tabs."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tab Downloader saves the contents of your open tabs in a single click! Start by specifying which file types to download in the extension's options page. As you browse, Tab Downloader will display the number of tabs ready to download. Click the Tab Downloader button and — WOOSH! Chrome will save/download any open tabs which contain the file types you selected and (if selected) will close the tabs once the download beings. Current file types supported: 📸 bmp, gif, jpg, jpeg, png, svg, WebP 🎥 avi, mkv, mp4, mpeg, WebM 🔊 mp3, flac, ogg, wav 📰 pdf, csv, txt, md, html, xml
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hlepdmnpkgdfieldklclbncpkonfmbnh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tab-downloader/hlepdmnpkgdfieldklclbncpkonfmbnh |
विवरण | A browser extension to download images in open tabs. |
फ़ाइल का आकार | 63.81 KB |
स्थापना संख्या | 359 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-07-22 |
प्रकाशन तिथि | 2018-07-22 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Jason Gardner |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Downloader", "short_name": "TabDownloadr", "version": "1.0.0", "manifest_version": 2, "description": "A browser extension to download images in open tabs.", "homepage_url": "http:\/\/jasongardner.co\/tab-downloader", "author": "Jason Gardner", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options\/index.html", "browser_action": { "name": "Tab Downloader", "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png" }, "default_title": "Download content from open tabs" }, "permissions": [ "tabs", "downloads", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "minimum_chrome_version": "4.0", "offline_enabled": false } |