Armory Cam Tab
Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.
Armory Cam Tabとは何ですか?
Armory Cam TabはCoding Johnsによって開発されたChromeの拡張機能で、その主な機能は「Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.」です。
拡張機能のスクリーンショット
Armory Cam Tab拡張機能のCRXファイルをダウンロード
Armory Cam Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get a live look at Armory Square in Syracuse, NY every time you open a new tab! 拡張機能の基本情報
| 名前 | |
| ID | mcgpmcceklgakpdofmbalcaifaabagkf |
| 公式URL | https://chromewebstore.google.com/detail/armory-cam-tab/mcgpmcceklgakpdofmbalcaifaabagkf |
| 説明 | Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab. |
| ファイルサイズ | 59.5 KB |
| インストール数 | 56 |
| 現在のバージョン | 1.3.2 |
| 最終更新日 | 2018-11-20 |
| 公開日 | 2018-11-20 |
| 評価 | 4.14/5 合計 7 レビュー |
| 開発者 | Coding Johns |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "cam.html"
},
"description": "Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.",
"manifest_version": 2,
"name": "Armory Cam Tab",
"version": "1.3.2",
"permissions": [
"storage"
],
"icons": {
"128": "images\/[email protected]",
"16": "images\/[email protected]",
"48": "images\/[email protected]"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; img-src * data:; object-src 'self'"
} | |