Pin Tab

A browser action to pin a tab

Was ist Pin Tab?

Pin Tab ist eine Chrome-Erweiterung, die von hal313 entwickelt wurde, und ihr Hauptmerkmal ist "A browser action to pin a tab".

Erweiterungsscreenshots

screenshot

Pin Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pin Tab-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

                        A plugin to automatically pin tabs based on URL. Provides the ability to create multiple rules, disable rules and specify where the pinned tab should go.

Now supports automatic moving of unpinned tabs to the far right as well as pinning new tabs or tabs opened via "Open link in new tab".                    

Grundlegende Informationen zur Erweiterung

Name Pin Tab Pin Tab
ID dgldedkigbbalaioohedddpameekglma
Offizielle URL https://chromewebstore.google.com/detail/pin-tab/dgldedkigbbalaioohedddpameekglma
Beschreibung A browser action to pin a tab
Dateigröße 172 KB
Installationsanzahl 8,789
Aktuelle Version 1.3.3
Letztes Update 2019-04-26
Veröffentlichungsdatum 2019-04-25
Bewertung 4.52/5 Insgesamt 60 Bewertungen
Entwickler hal313
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Pin!",
        "default_icon": "images\/icon-48x48.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}