Awesome Button Bar
Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
Awesome Button Barとは何ですか?
Awesome Button Barはhttps://upway2late.comによって開発されたChromeの拡張機能で、その主な機能は「Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!」です。
拡張機能のスクリーンショット
Awesome Button Bar拡張機能のCRXファイルをダウンロード
Awesome Button Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Too many buttons cluttering up Chrome? This button contains eleven in one. Extensions, history, downloads, bookmarks, view source, options, new window, and print are all here. Recently added buttons are duplicate tab, second home, and refresh all tabs. Showing each button on the bar is optional so you don’t have to have them all if you don’t want them all. Also, each button can be configured to open either in the current window or in a new window. Note: print to a new window now works too!
拡張機能の基本情報
名前 | Awesome Button Bar |
ID | bcmfandagknmpnambbppcpgclkccgigb |
公式URL | https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb |
説明 | Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome! |
ファイルサイズ | 45.48 KB |
インストール数 | 1,663 |
現在のバージョン | 1.2.0.0 |
最終更新日 | 2016-09-22 |
公開日 | 2016-09-22 |
評価 | 4.00/5 合計 20 レビュー |
開発者 | https://upway2late.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.upway2late.com/projects/buttons-project |
ヘルプページのURL | http://www.upway2late.com/projects/buttons-project |
プライバシーポリシーページのURL | http://www.upway2late.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Button Bar", "version": "1.2.0.0", "description": "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!", "icons": { "16": "barButton_16.png", "48": "barButton_48.png", "128": "barButton_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "barButton_19.png", "default_title": "Awesome Button Bar", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |