Tab Flow
Tab Flow allows you the freedom to move through your tabs with ease.
Tab Flow क्या है?
Tab Flow David Young द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tab Flow allows you the freedom to move through your tabs with ease."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Flow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tab Flow: The path of least resistance Tab Flow is an extension for Google Chrome that allows you to better manage your open tabs. - Type something into the search box (e.g. youtube) to filter by all tabs that mention "youtube" - Don't worry about capitalization - If you want to search by the URL instead of the title, check the box for "Use URLs" - If you click the link of a tab, you'll be redirected to that tab - Clicking "Bookmark" will bookmark the current list of tabs into a new folder on the Bookmark Bar - The new folder will have the current date and time to keep things separated - Clicking "Move" will move the current list of tabs to a new window - This is handy for keeping work/school/personal life separate - Clicking "Close" will (of course) close the current list of tabs - There's no "Re-Open" button, so be sure you want to close them
एक्सटेंशन की मूल जानकारी
नाम | Tab Flow |
ID | pfhnncnieignceheeojlnpfhkblicdjd |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-flow/pfhnncnieignceheeojlnpfhkblicdjd |
विवरण | Tab Flow allows you the freedom to move through your tabs with ease. |
फ़ाइल का आकार | 37.25 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2017-08-12 |
प्रकाशन तिथि | 2017-08-11 |
डेवलपर | David Young |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://davidyoung604.github.io/tabflow.html |
सहायता पृष्ठ URL | https://github.com/davidyoung604/Tab-Flow/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Flow", "version": "1.1.2", "options_page": "options.html", "permissions": [ "tabs", "bookmarks" ], "description": "Tab Flow allows you the freedom to move through your tabs with ease.", "icons": { "48": "images\/Tab Flow (48px).png", "128": "images\/Tab Flow (128px).png" }, "browser_action": { "default_title": "Tab Flow", "default_popup": "popup.html", "default_icon": { "19": "images\/Tab Flow (19px).png", "38": "images\/Tab Flow (38px).png" } }, "background": { "scripts": [ "background.js" ], "persistent": false } } |