Pin Tabs

Pin Tabs on Chrome by default or manually under all windows

Qu'est-ce que Pin Tabs ?

Pin Tabs est une extension Chrome développée par Anand Sudhanaboina, et sa fonction principale est "Pin Tabs on Chrome by default or manually under all windows".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pin Tabs

Téléchargez les fichiers d'extension Pin Tabs 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

                        Pin tabs on chrome by default or click the extension icon to manually pin all tabs. Under the options page you can toggle:

1. Auto-pin new tabs
2. Pin all tabs under all windows on click                    

Informations de Base sur l'Extension

Nom Pin Tabs Pin Tabs
ID achoaodpkagkocipghglppnbagjheoni
URL Officiel https://chrome.google.com/webstore/detail/pin-tabs/achoaodpkagkocipghglppnbagjheoni
Description Pin Tabs on Chrome by default or manually under all windows
Taille du Fichier 22.72 KB
Nombre d'Installations 676
Version Actuelle 1.0
Dernière Mise à Jour 2017-03-14
Date de Publication 2017-03-14
Évaluation 4.38/5 Total 13 Évaluations
Développeur Anand Sudhanaboina
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pin Tabs",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Pin Tabs on Chrome by default or manually under all windows",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_title": "Pin Tabs"
    }
}