Backspace to go Back
Restores browser behavior of navigating to previous page when pressing the Backspace key.
Backspace to go Backとは何ですか?
Backspace to go BackはRazvan Calimanによって開発されたChromeの拡張機能で、その主な機能は「Restores browser behavior of navigating to previous page when pressing the Backspace key.」です。
拡張機能のスクリーンショット
Backspace to go Back拡張機能のCRXファイルをダウンロード
Backspace to go Back拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension requires permissions to inject a piece of code in all of the pages you visit. If that freaks you out, that's ok. Handing over those permissions freaks me out too. You can choose to install this extension from source (it's very short) to make sure it's not doing anything malicious. See: https://github.com/oslego/chrome-backspace-back#from-source
拡張機能の基本情報
名前 | Backspace to go Back |
ID | nlffgllnjjkheddehpolbanogdeaogbc |
公式URL | https://chromewebstore.google.com/detail/backspace-to-go-back/nlffgllnjjkheddehpolbanogdeaogbc |
説明 | Restores browser behavior of navigating to previous page when pressing the Backspace key. |
ファイルサイズ | 13.42 KB |
インストール数 | 123,490 |
現在のバージョン | 1.1.2 |
最終更新日 | 2023-01-17 |
公開日 | 2016-08-17 |
評価 | 4.57/5 合計 552 レビュー |
開発者 | Razvan Caliman |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/oslego/chrome-backspace-back |
ヘルプページのURL | https://github.com/oslego/chrome-backspace-back |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Backspace to go Back", "version": "1.1.2", "author": "Razvan Caliman", "description": "Restores browser behavior of navigating to previous page when pressing the Backspace key.", "minimum_chrome_version": "88", "icons": { "48": "icon48.png", "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "content_scripts": [ { "matches": [ " |