PinIt

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

Qu'est-ce que PinIt ?

PinIt est une extension Chrome développée par Tom Taylor, et sa fonction principale est "PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PinIt

Téléchargez les fichiers d'extension PinIt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PinIt PinIt
ID pkdccieegjgkldobeefnfomkdihlkcdp
URL Officiel https://chromewebstore.google.com/detail/pinit/pkdccieegjgkldobeefnfomkdihlkcdp
Description PinIt adds a keyboard shortcut to quickly pin/unpin your tabs.
Taille du Fichier 10.63 KB
Nombre d'Installations 77
Version Actuelle 1.9
Dernière Mise à Jour 2018-05-10
Date de Publication 2018-05-10
Évaluation 3.33/5 Total 3 Évaluations
Développeur Tom Taylor
Type de Paiement free
Langues Prises en Charge 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"
    }
}