BananaTabs

BananaTabs automatically organises your tabs and windows.

BananaTabs क्या है?

BananaTabs juliangaramendy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BananaTabs automatically organises your tabs and windows."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BananaTabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is perfect when you have too many tabs or too many windows.

Please email feedback, suggestions and bugs to [email protected]

New in v1.2:
- Click on Bananatabs icon to resize it, and snap it to the right hand side of your screen.

New in v1.1:
- Added a keyboard shortcut to quickly open BananaTabs: Windows: Ctrl+Shift+A / Mac: Command+Shift+A

New in v1.0:
- Fixed bugs and improved stability.
- New name!

New in v0.30:
- Fixed bugs and improved stability.

New in v0.27:
- New icons and improved stability.

New in v0.26:
- New Feature: Share your Banana Tabs with your friends!
  You can share your links, or copy and paste them from plain text. 

New in v0.25:
- Bugfix: position of re-opened windows is now correct.

New in v0.23:
- Bugfix: duplicated windows.

New in v0.22:
- Improved drag-and-drop responsiveness.

New in v0.21:
- Improved visibility of "edit" and "delete" buttons when tab and window titles are long.
 
New in v0.20:
- Bugfixes.

New in v.018:
- BananaTabs window opens on the top left of the screen the first time.
- Incognito tabs and windows are ignored.

New in v0.17:
- Added a small delay before detecting drag, to make it easier to click on icons.

New in v0.15:
- Using resolution-independent SVG icons.
- Performance optimisations.

New in v0.14:
- Fixed bug

New in v0.13
- Improved window renaming controls.
- Improved layouts when popup window is too narrow.

New in v0.12
- Improved stability.

New in v0.11
- Fixed several bugs.

----------------------------------------------
Tab organiser. Tab organizer.
Organise tabs. Organize tabs.
Hide Tab. Show Tab.
Hide Window. Show Window.
Save Tabs. Save Windows.
Share Tabs. Share Links.                    

एक्सटेंशन की मूल जानकारी

नाम BananaTabs BananaTabs
ID hphakbojjadmnhhkflbgnaeljkgaogfn
आधिकारिक URL https://chromewebstore.google.com/detail/bananatabs/hphakbojjadmnhhkflbgnaeljkgaogfn
विवरण BananaTabs automatically organises your tabs and windows.
फ़ाइल का आकार 972 KB
स्थापना संख्या 127
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2019-07-19
प्रकाशन तिथि 2019-07-14
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर juliangaramendy
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "BananaTabs",
    "version": "1.2.0",
    "name": "BananaTabs",
    "description": "BananaTabs automatically organises your tabs and windows.",
    "icons": {
        "16": "icons\/app-icon.png",
        "48": "icons\/app-icon.png",
        "128": "icons\/app-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/app-icon.png",
        "default_title": "BananaTabs"
    },
    "permissions": [
        "tabs",
        "system.display"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}