TabsFolder
Group your tabs into groups.
TabsFolder क्या है?
TabsFolder https://e-pot.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Group your tabs into groups."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabsFolder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add a kind of panorama like feature to chrome (but less pretty). This extention is design to people like me who always have a lot of tabs open at the same time. It allows the creation of groups (folders) to organise the repartition of your tabs. With this extention, create groups and add tabs to them just with drag and drop. Then choose the group of tab you want work with. You will not be disturb by the other tabs. You can switch to an other tab group anytime you want. Just close the group to close all the tabs inside it when you have finished to work with. Now the extention keeps your pinned tabs open. A git repository has been created. Fell free to fork or re-use it. Some part of the code are in french though (sorry). https://github.com/Conchylicultor/TabsFolder
एक्सटेंशन की मूल जानकारी
नाम | TabsFolder |
ID | pdfepgdcmifhbmldcofnkmnbabamjdnm |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm |
विवरण | Group your tabs into groups. |
फ़ाइल का आकार | 155 KB |
स्थापना संख्या | 1,395 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2016-11-28 |
प्रकाशन तिथि | 2016-11-27 |
रेटिंग | 4.05/5 कुल 65 रेटिंग्स |
डेवलपर | https://e-pot.xyz |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Conchylicultor/TabsFolder |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabsFolder", "version": "1.1.0", "description": "Group your tabs into groups.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": { "name": "Conchilicultor", "email": "[email protected]" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "src\/event_page.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/ba48.png", "default_title": "Organise your tabs" } } |