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