Awesome History Button
Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.
Awesome History Buttonとは何ですか?
Awesome History Buttonはhttps://upway2late.comによって開発されたChromeの拡張機能で、その主な機能は「Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.」です。
拡張機能のスクリーンショット
Awesome History Button拡張機能のCRXファイルをダウンロード
Awesome History Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It is a shortcut button to open the Chrome history page.
拡張機能の基本情報
名前 | Awesome History Button |
ID | cjifeclbknmlhapifaiaocfcbahinlji |
公式URL | https://chromewebstore.google.com/detail/awesome-history-button/cjifeclbknmlhapifaiaocfcbahinlji |
説明 | Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected. |
ファイルサイズ | 35.42 KB |
インストール数 | 816 |
現在のバージョン | 1.2.0.0 |
最終更新日 | 2020-12-08 |
公開日 | 2016-09-22 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | 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 History Button", "version": "1.2.0.0", "description": "Awesome button to open the Chrome history in a new window or tab. If the history page is already open, that tab is selected.", "icons": { "16": "history_16.png", "48": "history_48.png", "128": "history_128.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "history_19.png", "default_title": "Awesome History Button" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |