Oh My Tabs!
SAVE YOUR TABS FOR FUTURE USE!!! Organize open tabs and save them as sessions.
Oh My Tabs! क्या है?
Oh My Tabs! mmmavis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SAVE YOUR TABS FOR FUTURE USE!!! Organize open tabs and save them as sessions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Oh My Tabs! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
★ VERSION 2.0 IS OUT ★ SAVE YOUR TABS FOR FUTURE USE !!! Are you scared to shut down your computer because you don't want to see your open tabs disappear? No problem. This extension is here to help! A tabs organizer that allows users to select and save currently open tabs as sessions. Tabs saved in a session can be launched at once. This extension boosts users' productivity by remembering and organizing tabs in a smarter, efficient way. ★ Information you choose to save will be stored locally on your computer. Data will NOT be distributed through this extension. ◼◼◼ Recent Updates ◼◼◼ Version 1.0.1: updated to manifest v2 Version 1.0.2: NEW UI theme! Version 1.0.3: changed extension description Version 1.0.4: bug fixes Version 2.0.0: - brand new interface design - add additional tabs to existing saved session - a tab's pinned state will be saved - bug fixes ◼◼◼ Note ◼◼◼ If you find any bugs or have any suggestions in mind, please let me know =) ★ My other Chrome extension ★ Oh Remind Me! https://chrome.google.com/webstore/detail/ipbipflodnkaldhkkibbbkcfnhmpkneg/publish-accepted?hl=en&gl=CA
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pafbcbpkhdaannjjnemdlohnoaecbohb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/oh-my-tabs/pafbcbpkhdaannjjnemdlohnoaecbohb |
विवरण | SAVE YOUR TABS FOR FUTURE USE!!! Organize open tabs and save them as sessions. |
फ़ाइल का आकार | 1.1 MB |
स्थापना संख्या | 371 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2013-07-16 |
प्रकाशन तिथि | 2013-07-16 |
रेटिंग | 3.94/5 कुल 18 रेटिंग्स |
डेवलपर | mmmavis |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oh My Tabs!", "version": "2.0.0", "manifest_version": 2, "description": "SAVE YOUR TABS FOR FUTURE USE!!! Organize open tabs and save them as sessions. ", "icons": { "16": "images\/icon(16by16).png", "48": "images\/icon(48by48).png", "128": "images\/icon(128by128).png" }, "browser_action": { "default_icon": "images\/icon(128by128).png", "default_popup": "popup.html" }, "permissions": [ "tabs", "history", "storage" ] } |