Open Tabs

Show open tabs

Was ist Open Tabs?

Open Tabs ist eine Chrome-Erweiterung, die von Syl entwickelt wurde, und ihr Hauptmerkmal ist "Show open tabs".

Erweiterungsscreenshots

screenshot

Open Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Open Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension is open-source! Contribute on https://github.com/sylouuu/chrome-open-tabs

Show open tabs:

- Go to tab
- Close tab
- Reload tab
- Duplicate tab
- Pin/unpin tab
- Hide tab

The open tabs are updated in real time.

Changelog: https://github.com/sylouuu/chrome-open-tabs/releases                    

Grundlegende Informationen zur Erweiterung

Name Open Tabs Open Tabs
ID cepfpldhbcfaklnnldhoaahgliijehap
Offizielle URL https://chromewebstore.google.com/detail/open-tabs/cepfpldhbcfaklnnldhoaahgliijehap
Beschreibung Show open tabs
Dateigröße 34.91 KB
Installationsanzahl 1,226
Aktuelle Version 0.3.2
Letztes Update 2017-06-22
Veröffentlichungsdatum 2017-06-22
Bewertung 3.75/5 Insgesamt 12 Bewertungen
Entwickler Syl
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/sylouuu/chrome-open-tabs
Hilfeseite URL https://github.com/sylouuu/chrome-open-tabs/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tabs",
    "version": "0.3.2",
    "description": "Show open tabs",
    "homepage_url": "https:\/\/github.com\/sylouuu\/chrome-open-tabs",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'",
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}