American Eagle Online
Shop American Eagle Outfitters for jeans, shirts, shoes and more.
American Eagle Onlineとは何ですか?
American Eagle OnlineはStartupによって開発されたChromeの拡張機能で、その主な機能は「Shop American Eagle Outfitters for jeans, shirts, shoes and more.」です。
拡張機能のスクリーンショット
American Eagle Online拡張機能のCRXファイルをダウンロード
American Eagle Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shop American Eagle Outfitters for men's and women's jeans, T's, shoes and more. All styles are available in additional sizes only at ae.com. Women Jeans - Tops - New Arrivals - Bottoms - Sweaters - Dresses Clearance Bottoms - Tops - Underwear - Original Boot Jean Men Shirts - Jeans - Pants - Tops - New Arrivals - Accessories - Hoodies
拡張機能の基本情報
名前 | |
ID | jeiendcgeohbpbinlolljiblhppmedfd |
公式URL | https://chrome.google.com/webstore/detail/american-eagle-online/jeiendcgeohbpbinlolljiblhppmedfd |
説明 | Shop American Eagle Outfitters for jeans, shirts, shoes and more. |
ファイルサイズ | 46.07 KB |
インストール数 | 116 |
現在のバージョン | 2.0 |
最終更新日 | 2014-02-18 |
公開日 | 2014-02-18 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | Startup |
支払い方法 | free |
拡張機能のウェブサイト | http://www.ae.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "in.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "American Eagle Online" }, "description": "Shop American Eagle Outfitters for jeans, shirts, shoes and more.", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "American Eagle Online", "permissions": [ "tabs", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "2.0", "web_accessible_resources": [ "in.js", "jquery-1.9.1.min.js" ] } |