Tab Aligner

Simple and powerful Tab organizing extension

Tab Aligner क्या है?

Tab Aligner https://drikin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple and powerful Tab organizing extension"।

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

screenshot
screenshot

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

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

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

                        Have you noticed you opened multiple tabs for the same page before?
Tab Aligner addresses the pain point with the following three features.

1. Tab sorting by hostname in the same window
2. Duplicate tab merging which has exactly the same url
3. Organize all tabs into multiple windows by hostname (by clicking Tab Aligner icon)



It's powered by Dart which provides more performance!

Release Note
-----------
0.0.7: Revert 0.0.6 introduced automatic reload feature made some troubles. optimize performance
0.0.6: When duplicate tab is detected, not only switching existing tab but also forcibly reload the tab 
0.0.5: Restore Pinned state after grouping tabs
0.0.4: Bug fix
0.0.3: Initial public release version                    

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

नाम Tab Aligner Tab Aligner
ID cegjnbajkdmaijhcimmajappmimkohhe
आधिकारिक URL https://chromewebstore.google.com/detail/tab-aligner/cegjnbajkdmaijhcimmajappmimkohhe
विवरण Simple and powerful Tab organizing extension
फ़ाइल का आकार 144 KB
स्थापना संख्या 1,197
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2017-06-09
प्रकाशन तिथि 2017-06-09
रेटिंग 4.26/5 कुल 23 रेटिंग्स
डेवलपर https://drikin.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/drikin/TabAligner
सहायता पृष्ठ URL https://github.com/drikin/TabAligner/issues
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.7",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "background.dart.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}