Pin Last Tab
Make the last tab pinned
Qu'est-ce que Pin Last Tab ?
Pin Last Tab est une extension Chrome développée par ayayael12, et sa fonction principale est "Make the last tab pinned".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pin Last Tab
Téléchargez les fichiers d'extension Pin Last Tab 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
Use the context menu to pin the last tab
Informations de Base sur l'Extension
Nom | Pin Last Tab |
ID | lmhacemfmaapnkiehojbhmclmdnhjhfn |
URL Officiel | https://chromewebstore.google.com/detail/pin-last-tab/lmhacemfmaapnkiehojbhmclmdnhjhfn |
Description | Make the last tab pinned |
Taille du Fichier | 11.71 KB |
Nombre d'Installations | 13,219 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-03-13 |
Date de Publication | 2015-03-13 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | ayayael12 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Make the last tab pinned", "version": "0.1", "name": "Pin Last Tab", "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "resource\/script\/pinLast.js" ] }, "icons": { "16": "resource\/images\/icon-16.png", "48": "resource\/images\/icon-48.png", "128": "resource\/images\/icon-128.png" } } |