TabFusion
Combine all your Chrome tabs into a single window
TabFusion क्या है?
TabFusion https://heatherrivers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Combine all your Chrome tabs into a single window"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabFusion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
TabFusion lets you combine all your tabs into a single window in a highly configurable way. * Choose your own keyboard shortcut or use the browser button * Decide which types of windows to combine (popups, panels, apps) * Exclude tabs based on url patterns
एक्सटेंशन की मूल जानकारी
नाम | TabFusion |
ID | abompjhjgaeodboocegeokagjjiafobj |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabfusion/abompjhjgaeodboocegeokagjjiafobj |
विवरण | Combine all your Chrome tabs into a single window |
फ़ाइल का आकार | 41.64 KB |
स्थापना संख्या | 324 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2015-03-22 |
प्रकाशन तिथि | 2015-03-22 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://heatherrivers.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/rivers/tabfusion |
सहायता पृष्ठ URL | https://github.com/rivers/tabfusion/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabFusion", "version": "1.0.1", "manifest_version": 2, "description": "Combine all your Chrome tabs into a single window", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "background": { "scripts": [ "fusion.js", "listener.js" ], "persistent": true }, "options_ui": { "page": "options.html", "chrome_style": true }, "commands": { "fuseTabs": { "description": "Fuse all tabs", "suggested_key": { "windows": "Ctrl+Shift+T", "mac": "Command+MacCtrl+T", "chromeos": "Ctrl+Shift+T", "linux": "Ctrl+Shift+T" } } }, "author": "Heather Rivers", "homepage_url": "https:\/\/github.com\/rivers\/tabfusion", "minimum_chrome_version": "40", "permissions": [ "tabs", "windows", "storage" ], "offline_enabled": true } |