右側のタブを閉じる

右側のタブを閉じる

Qu'est-ce que 右側のタブを閉じる ?

右側のタブを閉じる est une extension Chrome développée par あれこれ, et sa fonction principale est "右側のタブを閉じる".

Télécharger le fichier CRX de l'extension 右側のタブを閉じる

Téléchargez les fichiers d'extension 右側のタブを閉じる 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

                        「 タブ 」を閉じる拡張機能です。
ワンクリックで現在アクティブなタブの右側にある全てのタブを閉じます。                    

Informations de Base sur l'Extension

Nom 右側のタブを閉じる 右側のタブを閉じる
ID jokfjoieijlgihgekcifogkjccpeiljp
URL Officiel https://chromewebstore.google.com/detail/%E5%8F%B3%E5%81%B4%E3%81%AE%E3%82%BF%E3%83%96%E3%82%92%E9%96%89%E3%81%98%E3%82%8B/jokfjoieijlgihgekcifogkjccpeiljp
Description 右側のタブを閉じる
Taille du Fichier 13.37 KB
Nombre d'Installations 1,336
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-02-17
Date de Publication 2018-02-17
Évaluation 4.50/5 Total 2 Évaluations
Développeur あれこれ
Type de Paiement free
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u53f3\u5074\u306e\u30bf\u30d6\u3092\u9589\u3058\u308b",
    "short_name": "\u53f3\u30bf\u30d6\u9589\u3058",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "\u53f3\u5074\u306e\u30bf\u30d6\u3092\u9589\u3058\u308b",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "\u53f3\u5074\u306e\u30bf\u30d6\u3092\u9589\u3058\u308b"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": []
}