Fast tabs 3D
Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories
Fast tabs 3D क्या है?
Fast tabs 3D max द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fast tabs 3D एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Goal: Quick manage and navigation between tabs in the browser
The extension shows actual tab snapshots
Hot keys
Command/Ctrl+0 - open "Fast Tabs"
ArrowLeft - focus prev group
ArrowRight - focus next group
ArrowUp - focus prev tab
ArrowDown - focus next tab
Enter - switch to focused tab
Delete - close focused tab
Ctrl+Q - toggle Quick Access/Group Favorites एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | iofckehgocacfnpfgbcgpmgblkccjpnk |
| आधिकारिक URL | https://chromewebstore.google.com/detail/fast-tabs-3d/iofckehgocacfnpfgbcgpmgblkccjpnk |
| विवरण | Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories |
| फ़ाइल का आकार | 649 KB |
| स्थापना संख्या | 21 |
| वर्तमान संस्करण | 1.5.0 |
| अंतिम अपडेट | 2022-06-30 |
| प्रकाशन तिथि | 2021-03-02 |
| डेवलपर | max |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.5.0",
"short_name": "Fast tabs 3D",
"name": "Fast tabs 3D",
"description": "Fast Tabs helps to switch between tabs using soft design and grouping user data by flexible categories",
"browser_action": {
"default_title": "Fast tabs 3D",
"default_popup": "popup.html"
},
"background": {
"persistent": true,
"scripts": [
"background.bundle.js"
]
},
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"options_page": "options.html",
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+0",
"mac": "Command+0"
}
}
},
"permissions": [
"windows",
"tabs",
"activeTab",
"bookmarks",
" | |