Save pin tab 2
Makes it possible to pin tabs permanently.
Qu'est-ce que Save pin tab 2 ?
Save pin tab 2 est une extension Chrome développée par mktakuya, et sa fonction principale est "Makes it possible to pin tabs permanently.".
Télécharger le fichier CRX de l'extension Save pin tab 2
Téléchargez les fichiers d'extension Save pin tab 2 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
Makes it possible to pin tabs permanently. This is fork of Save-pin-tab. This fork add support manifest version 2 to it.
Informations de Base sur l'Extension
Nom | |
ID | kifklnehlfjklnmjjflcomnfngbfkjga |
URL Officiel | https://chrome.google.com/webstore/detail/save-pin-tab-2/kifklnehlfjklnmjjflcomnfngbfkjga |
Description | Makes it possible to pin tabs permanently. |
Taille du Fichier | 22.7 KB |
Nombre d'Installations | 127 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-06-03 |
Date de Publication | 2016-06-03 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | mktakuya |
Type de Paiement | free |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save pin tab 2", "version": "0.1", "manifest_version": 2, "description": "Makes it possible to pin tabs permanently.", "permissions": [ "tabs" ], "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "background": { "scripts": [ "background.js" ] } } |