Pinned means Pinned!
Prevents closing of pinned tab.
Qu'est-ce que Pinned means Pinned! ?
Pinned means Pinned! est une extension Chrome développée par blueCmd, et sa fonction principale est "Prevents closing of pinned tab.".
Télécharger le fichier CRX de l'extension Pinned means Pinned!
Téléchargez les fichiers d'extension Pinned means Pinned! 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
When a pinned tab is closed an identical tab is opened and replaces the current tab. Source: https://github.com/bluecmd/pinned-means-pinned Based on: https://github.com/cassiozen/Keep-my-Pinned-Tab
Informations de Base sur l'Extension
Nom | |
ID | pimlphlelaemjpnjibaacbcgfmccookn |
URL Officiel | https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn |
Description | Prevents closing of pinned tab. |
Taille du Fichier | 14.04 KB |
Nombre d'Installations | 207 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-04-28 |
Date de Publication | 2015-04-28 |
Évaluation | 4.90/5 Total 10 Évaluations |
Développeur | blueCmd |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinned means Pinned!", "version": "1.1", "manifest_version": 2, "description": "Prevents closing of pinned tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg\/background.js" ], "persistent": true }, "permissions": [ "tabs" ] } |