lesstabs
Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.
lesstabs क्या है?
lesstabs ggurgone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में lesstabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
lesstabs automatically archives and closes tabs that have been opened for too long and then lists them when you open a new tab.
एक्सटेंशन की मूल जानकारी
नाम | lesstabs |
ID | gpdnlknekkniebhjbflbcglgibnfcaah |
आधिकारिक URL | https://chromewebstore.google.com/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah |
विवरण | Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player. |
फ़ाइल का आकार | 17.88 KB |
स्थापना संख्या | 269 |
वर्तमान संस्करण | 2.0.3 |
अंतिम अपडेट | 2022-05-12 |
प्रकाशन तिथि | 2020-06-27 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | ggurgone |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://chrome.google.com/webstore/detail/lesstabs/gpdnlknekkniebhjbflbcglgibnfcaah/support |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lesstabs", "version": "2.0.3", "description": "Bookmarks inactive tabs automatically. Manage tabs, create a reading list and read articles audio player.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/lesstabs\/gpdnlknekkniebhjbflbcglgibnfcaah\/support", "manifest_version": 2, "minimum_chrome_version": "62", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "storage", "bookmarks", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "active:tabs" }, "chrome_url_overrides": { "newtab": "archive.html" }, "web_accessible_resources": [ "icon.png", "readmo.js" ] } |