AllTabs
Manage Tabs
AllTabs क्या है?
AllTabs jiten द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage Tabs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AllTabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
AllTabs is a tab manager for your chrome web browser. Save All Tabs Save your current open pages with one click. If you are in a hurry no need to give the file name. The current time will be the file name so that you can easily identify the session. Open Tabs Later Open previously saved files anytime. You can store thousands of sessions in your chrome browser. *Copy All Tabs so that you can share with others. *Open Multiple URLs in one click *Save all open tabs so that can be opened later *Bookmark Multiple Pages with one name *Save incognito and Cognito window separately
एक्सटेंशन की मूल जानकारी
नाम | AllTabs |
ID | fffhmhcillaopdbhllfffhfhbcnkioco |
आधिकारिक URL | https://chromewebstore.google.com/detail/alltabs/fffhmhcillaopdbhllfffhfhbcnkioco |
विवरण | Manage Tabs |
फ़ाइल का आकार | 74 KB |
स्थापना संख्या | 3,153 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-08-29 |
प्रकाशन तिथि | 2017-08-29 |
रेटिंग | 4.25/5 कुल 12 रेटिंग्स |
डेवलपर | jiten |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://alltabs.oxyzen.in |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "AllTabs", "description": "Manage Tabs", "version": "1.0", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "js\/jquery-2.2.4.min.js", "js\/is.min.js", "js\/clipboard.js", "js\/moment.min.js" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "page": "background.html" }, "browser_action": { "default_title": "AllTabs", "default_icon": "img\/icon-active.png" } } |