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.”。

扩展截图

screenshot
screenshot
screenshot

下载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                    

扩展基本信息

名称 American Eagle Online American Eagle Online
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"
    ]
}