Close Right
Close Right Tabs.
Qu'est-ce que Close Right ?
Close Right est une extension Chrome développée par asukaze, et sa fonction principale est "Close Right Tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Close Right
Téléchargez les fichiers d'extension Close Right 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
Add "Close Right" Button into toolbar. The tabs to the right of the current tab will be closed. Close Left: https://chrome.google.com/webstore/detail/close-left/gdpopcppmglkiodhjobnjbogcoacgkoa Close Others: https://chrome.google.com/webstore/detail/close-others/jlkpafdhmdhiahnmcmjejmlidghcobeb
Informations de Base sur l'Extension
Nom | Close Right |
ID | npemobdkdcknhfaiioheeffincgpgafj |
URL Officiel | https://chromewebstore.google.com/detail/close-right/npemobdkdcknhfaiioheeffincgpgafj |
Description | Close Right Tabs. |
Taille du Fichier | 6.33 KB |
Nombre d'Installations | 4,274 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2022-09-13 |
Date de Publication | 2012-10-06 |
Évaluation | 4.60/5 Total 15 Évaluations |
Développeur | asukaze |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.asukaze.net/soft/ch_removetabs/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Right", "version": "0.5", "manifest_version": 3, "description": "Close Right Tabs.", "icons": { "16": "close_right.png", "48": "close_right_48.png", "128": "close_right_128.png" }, "action": { "default_icon": "close_right.png", "default_title": "Close Right" }, "background": { "service_worker": "close_right.js" } } |