Pin all tabs
Pins all tabs in the current window.
Qu'est-ce que Pin all tabs ?
Pin all tabs est une extension Chrome développée par James Fairbairn, et sa fonction principale est "Pins all tabs in the current window.".
Télécharger le fichier CRX de l'extension Pin all tabs
Téléchargez les fichiers d'extension Pin all 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
Informations de Base sur l'Extension
Nom | |
ID | ggdflfnbccnnmnejiblifjjgeiepdjop |
URL Officiel | https://chrome.google.com/webstore/detail/pin-all-tabs/ggdflfnbccnnmnejiblifjjgeiepdjop |
Description | Pins all tabs in the current window. |
Taille du Fichier | 5.11 KB |
Nombre d'Installations | 5,345 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-12-22 |
Date de Publication | 2014-12-22 |
Évaluation | 5.00/5 Total 28 Évaluations |
Développeur | James Fairbairn |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin all tabs", "version": "1.1", "description": "Pins all tabs in the current window.", "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_icon": "pin.png" }, "manifest_version": 2 } |