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