Close on Back
This extension will close your active tab when you hit back on the last history page.
Close on Backとは何ですか?
Close on BackはVDOによって開発されたChromeの拡張機能で、その主な機能は「This extension will close your active tab when you hit back on the last history page.」です。
拡張機能のスクリーンショット
Close on Back拡張機能のCRXファイルをダウンロード
Close on Back拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Very useful when you open a tab but want to close in directly. This extension will also work with the extra history back buttons you might have on your mouse or with keyboard shortcuts.
拡張機能の基本情報
名前 | Close on Back |
ID | pejmaahmbkcgbilcnckdadngeibiekbd |
公式URL | https://chromewebstore.google.com/detail/close-on-back/pejmaahmbkcgbilcnckdadngeibiekbd |
説明 | This extension will close your active tab when you hit back on the last history page. |
ファイルサイズ | 18.36 KB |
インストール数 | 874 |
現在のバージョン | 0.10 |
最終更新日 | 2020-07-17 |
公開日 | 2017-03-23 |
評価 | 4.61/5 合計 28 レビュー |
開発者 | VDO |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close on Back", "short_name": "CoB", "description": "This extension will close your active tab when you hit back on the last history page.", "version": "0.10", "icons": { "16": "images\/icon16-active.png", "48": "images\/icon48-active.png", "128": "images\/icon128-active.png" }, "browser_action": { "default_title": "Close on Back", "default_icon": { "16": "images\/icon16-active.png", "24": "images\/icon24-active.png", "32": "images\/icon32-active.png", "48": "images\/icon48-active.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "background", "webNavigation", "tabs", "storage", "*:\/\/*\/*" ] } |