BurstTab

BurstTab is a fuzzy finder for chrome tabs.

Τι είναι το BurstTab;

Το BurstTab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Samarth Wahal, και η κύρια λειτουργία του είναι "BurstTab is a fuzzy finder for chrome tabs.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BurstTab

Λήψη αρχείων επέκτασης BurstTab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        BurstTab is a fuzzy tab finder for the chrome browser.

Features:
    - Type text to filter and sort the tabs by best match.
    - Switch to tab using mouse or keyboard.
    - Close any tab using mouse or keyboard.


Shortcuts:
    - Ctrl+Shift+L activates the extension.
    - Ctrl+Shift+; closes the selected tab.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BurstTab BurstTab
ID adhclekhkhclgbecfnoeedngokjggigm
Επίσημο URL https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm
Περιγραφή BurstTab is a fuzzy finder for chrome tabs.
Μέγεθος Αρχείου 92.5 KB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2015-02-20
Ημερομηνία Δημοσίευσης 2015-02-20
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Samarth Wahal
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/LordZamy/BurstTab
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/LordZamy/BurstTab
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BurstTab",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "BurstTab is a fuzzy finder for chrome tabs.",
    "homepage_url": "https:\/\/github.com\/LordZamy\/BurstTab",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "BurstTab",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}