Super Focus Tabs
Quickly find out tab/page. Reduce much more time while working with multiple tabs/pages.
Super Focus Tabs क्या है?
Super Focus Tabs nghiai3e द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly find out tab/page. Reduce much more time while working with multiple tabs/pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Super Focus Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
+ Quickly find out tabs. + Quickly closing current tab by pressing double esc + Quickly find the page in your bookmark/history. + Quickly save the page by using shortcut key. + Quickly go back to previous active tabs by shortcut key. + Quickly go to latest created tab. + Support auto close unused tabs. + Support real time update. + Support page screenshots. + Support list view, thumbnail view and tree view, preview. + Support tabs, bookmarks, history, saved pages. + Support sorting, filtering, grouping, etc. + Support many functions such as saving and closing all tabs, merging windows, closing the duplicated pages, etc. + Many options for you to customize. Reduce much more time while working with chrome. Let try and experience.
एक्सटेंशन की मूल जानकारी
नाम | Super Focus Tabs |
ID | blecebkjfbkpannnmajllilknpccheak |
आधिकारिक URL | https://chromewebstore.google.com/detail/super-focus-tabs/blecebkjfbkpannnmajllilknpccheak |
विवरण | Quickly find out tab/page. Reduce much more time while working with multiple tabs/pages. |
फ़ाइल का आकार | 388 KB |
स्थापना संख्या | 1,554 |
वर्तमान संस्करण | 2.0.1 |
अंतिम अपडेट | 2023-06-09 |
प्रकाशन तिथि | 2016-12-17 |
रेटिंग | 4.00/5 कुल 36 रेटिंग्स |
डेवलपर | nghiai3e |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Focus Tabs", "version": "2.0.1", "manifest_version": 3, "description": "Quickly find out tab\/page. Reduce much more time while working with multiple tabs\/pages.", "short_name": "SFocus", "icons": { "16": "sfocus16.png", "24": "sfocus24.png", "48": "sfocus48.png", "128": "sfocus128.png" }, "background": { "service_worker": "scripts\/service_worker.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';" }, "permissions": [ "tabs", "storage", "alarms", "contextMenus", "history", "bookmarks", "unlimitedStorage", "favicon", "system.display" ], "host_permissions": [ " |