PlaneSpottersAll
theplanespotterscommunity
PlaneSpottersAllとは何ですか?
PlaneSpottersAllはtheplanespotterscommunityによって開発されたChromeの拡張機能で、その主な機能は「theplanespotterscommunity」です。
拡張機能のスクリーンショット
PlaneSpottersAll拡張機能のCRXファイルをダウンロード
PlaneSpottersAll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For all Plane Spotters - Wondered if you have seen those planes on FR24. As an example zoom in on FR24 to your airport then click the red aeroplane icon and you will see any of the aircraft displayed in the window that you have not previously seen. Then you can use our other chrome extension to add those unseen aircraft to you own database which is free if you register at theplanespotterscommunity.co.uk Enjoy
拡張機能の基本情報
名前 | PlaneSpottersAll |
ID | hiocpfbcbdpahhacjbikbpdofdfjhial |
公式URL | https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial |
説明 | theplanespotterscommunity |
ファイルサイズ | 51.69 KB |
インストール数 | 109 |
現在のバージョン | 1.1 |
最終更新日 | 2016-08-09 |
公開日 | 2016-08-08 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | theplanespotterscommunity |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlaneSpottersAll", "version": "1.1", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.flightradar24.com\/*" ], "js": [ "jquery.min.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "airplane16.png", "default_title": "Save all aircraft to database" }, "description": "theplanespotterscommunity", "icons": { "16": "airplane16.png", "48": "airplane48.png", "128": "airplane128.png" }, "manifest_version": 2 } |