右側のタブを閉じる
右側のタブを閉じる
What is 右側のタブを閉じる?
右側のタブを閉じる is a Chrome extension developed by あれこれ, and its main feature is "右側のタブを閉じる".
Download 右側のタブを閉じる Extension CRX File
Download 右側のタブを閉じる extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
「 タブ 」を閉じる拡張機能です。 ワンクリックで現在アクティブなタブの右側にある全てのタブを閉じます。
Extension Basic Information
Name | 右側のタブを閉じる |
ID | jokfjoieijlgihgekcifogkjccpeiljp |
Official URL | 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 | 右側のタブを閉じる |
File Size | 13.37 KB |
Installation Count | 1,336 |
Current Version | 1.0.0 |
Last Updated | 2018-02-17 |
Publish Date | 2018-02-17 |
Rating | 4.50/5 Total 2 Ratings |
Developer | あれこれ |
Payment Type | free |
Supported Languages | 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": [] } |