Organize your tabs
OYTs smartly organizes tabs, based on category.
Organize your tabs क्या है?
Organize your tabs Anurag Gautam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OYTs smartly organizes tabs, based on category."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Organize your tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Organize Your Tabs (OYTs) is a smart tab organizer. It’s non intrusive and fully private. When you enable this extension your tabs are bookmark based on the category you have added. - It will allow you to discover greater insights about your browsing habits. - Manager for quickly finding and organizing all your tabs. Saves your windows and tabs when you close Chrome. HOW IT WORKS: - Click on the OYTs icon in the upper-right to open a popup. This popup lists all your window tabs so you can easily see them at a glance. - Categories can be added and removed based on need, tabs can be added to categories to make it more friendly while browsing.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ehoilfhlbigihkabnbgjdjokffckaifl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/organize-your-tabs/ehoilfhlbigihkabnbgjdjokffckaifl |
विवरण | OYTs smartly organizes tabs, based on category. |
फ़ाइल का आकार | 304 KB |
स्थापना संख्या | 206 |
वर्तमान संस्करण | 1.1.3 |
अंतिम अपडेट | 2022-05-24 |
प्रकाशन तिथि | 2019-06-09 |
रेटिंग | 4.44/5 कुल 9 रेटिंग्स |
डेवलपर | Anurag Gautam |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://medium.com/@anuraggautam/chrome-extension-organize-your-browser-tabs-smartly-64d1207a1ab |
सहायता पृष्ठ URL | https://medium.com/@anuraggautam/chrome-extension-organize-your-browser-tabs-smartly-64d1207a1ab |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Organize your tabs", "short_name": "OYTs", "description": "OYTs smartly organizes tabs, based on category.", "icons": { "16": "assets\/img\/16.png", "32": "assets\/img\/32.png", "48": "assets\/img\/48.png", "64": "assets\/img\/64.png", "128": "assets\/img\/128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/img\/16.png", "32": "assets\/img\/32.png", "48": "assets\/img\/48.png", "64": "assets\/img\/64.png", "128": "assets\/img\/128.png" } }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |