PinIt

PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.

Wat is PinIt?

PinIt is een Chrome-extensie ontwikkeld door Tom Taylor, en de belangrijkste functie is "PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PinIt

Download PinIt-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Simply press Ctrl+Shift+S (PC) or CMD+Shift+S (Mac) to toggle its state.                    

Basisinformatie over de Extensie

Naam PinIt PinIt
ID pkdccieegjgkldobeefnfomkdihlkcdp
Officiële URL https://chromewebstore.google.com/detail/pinit/pkdccieegjgkldobeefnfomkdihlkcdp
Beschrijving PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.
Bestandsgrootte 10.63 KB
Aantal Installaties 77
Huidige Versie 1.9
Laatst Bijgewerkt 2018-05-10
Publicatiedatum 2018-05-10
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Tom Taylor
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PinIt",
    "description": "PinIt adds a keyboard shortcut to quickly pin\/unpin your tabs.",
    "version": "1.9",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}