My Back Button
Add Back button to the Toolbar
My Back Buttonとは何ですか?
My Back Buttonはartによって開発されたChromeの拡張機能で、その主な機能は「Add Back button to the Toolbar」です。
My Back Button拡張機能のCRXファイルをダウンロード
My Back Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | ijiileoeboggekgbmofpngmbnoohbkke |
公式URL | https://chrome.google.com/webstore/detail/my-back-button/ijiileoeboggekgbmofpngmbnoohbkke |
説明 | Add Back button to the Toolbar |
ファイルサイズ | 9.3 KB |
インストール数 | 71 |
現在のバージョン | 1.0.1 |
最終更新日 | 2015-08-03 |
公開日 | 2015-08-03 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | art |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon_128.png", "48": "icon_48.png", "32": "icon_32.png", "16": "icon_16.png" }, "default_title": "Back" }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "My Back Button", "description": "Add Back button to the Toolbar", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |