Tab Collector
Save current tabs
Tab Collector क्या है?
Tab Collector Daniel McSheehy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save current tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tab Collector saves open tabs and information on current window, which can easily be accessed later. This will free up memory and ram, and speed up your computer. Saved tabs are stored on your chrome account so they can opened on any/all computers you are logged into. Tab Collector also has night mode support. To collect opened tabs, click on the purple icon on your upper right screen, and on the drop-down menu hit "Save". It will display when you have saved the data, and it can also show each link. By clicking on the save file it will open a new window with all the tabs that were saved. The button night mode will make the current page dark, and will make text at night easier to read. To return the page to normal refresh the page.
एक्सटेंशन की मूल जानकारी
नाम | Tab Collector |
ID | emohfffgmfmhabjcidjoehjplgjnjoif |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-collector/emohfffgmfmhabjcidjoehjplgjnjoif |
विवरण | Save current tabs |
फ़ाइल का आकार | 26.75 KB |
स्थापना संख्या | 102 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-12-17 |
प्रकाशन तिथि | 2016-12-17 |
डेवलपर | Daniel McSheehy |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Collector", "description": "Save current tabs", "version": "1.0", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Collect Tabs.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |