左側のタブを閉じる
左側のタブを閉じる
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 | flcppeolffillghlkkdocemkmbabmokm |
Official URL | https://chromewebstore.google.com/detail/%E5%B7%A6%E5%81%B4%E3%81%AE%E3%82%BF%E3%83%96%E3%82%92%E9%96%89%E3%81%98%E3%82%8B/flcppeolffillghlkkdocemkmbabmokm |
Description | 左側のタブを閉じる |
File Size | 14.15 KB |
Installation Count | 2,404 |
Current Version | 1.0.0 |
Last Updated | 2018-02-17 |
Publish Date | 2018-02-17 |
Rating | 5.00/5 Total 3 Ratings |
Developer | あれこれ |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5de6\u5074\u306e\u30bf\u30d6\u3092\u9589\u3058\u308b", "short_name": "\u5de6\u30bf\u30d6\u9589\u3058", "version": "1.0.0", "manifest_version": 2, "description": "\u5de6\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": "\u5de6\u5074\u306e\u30bf\u30d6\u3092\u9589\u3058\u308b" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [] } |