Pin'em All
Allows user to pin all open tabs or to unpin all pinned tabs
Qu'est-ce que Pin'em All ?
Pin'em All est une extension Chrome développée par Uman, et sa fonction principale est "Allows user to pin all open tabs or to unpin all pinned tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pin'em All
Téléchargez les fichiers d'extension Pin'em All 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
Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.
Informations de Base sur l'Extension
Nom | Pin'em All |
ID | flbdaephiokahpnlkglmfjocndjcpegl |
URL Officiel | https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl |
Description | Allows user to pin all open tabs or to unpin all pinned tabs |
Taille du Fichier | 17.13 KB |
Nombre d'Installations | 397 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-09-16 |
Date de Publication | 2016-09-16 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | Uman |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.umanski.me |
URL de la Page d'Aide | http://www.umanski.me |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pin'em All", "version": "1.0", "description": "Allows user to pin all open tabs or to unpin all pinned tabs", "icons": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "browser_action": { "default_icon": { "128": "images\/128.png", "48": "images\/48.png", "16": "images\/16.png" }, "default_title": "Pin'em ALl", "default_popup": "popup.html" } } |