Miley Cyrus Photo Gallery

Miley Cyrus Photo Gallery provides images about this sexy singer, songwriter, and actress.

什么是Miley Cyrus Photo Gallery?

Miley Cyrus Photo Gallery是由photos apps开发的Chrome扩展程序,该扩展的主要功能是“Miley Cyrus Photo Gallery provides images about this sexy singer, songwriter, and actress.”。

扩展截图

screenshot

下载Miley Cyrus Photo Gallery扩展crx文件

下载Miley Cyrus Photo Gallery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Miley Cyrus application brings photos from her videos clips, music songs and her personal pictures.

Fans can add actual photos from any web site and share this app on Twitter, G+, Facebook.

How to:
- right-click on the photo.
- click to in context menu "Miley Cyrus Photo Gallery"
- the image shows in popup                    

扩展基本信息

名称 Miley Cyrus Photo Gallery Miley Cyrus Photo Gallery
ID lkgighlcohpcgcjodfoeooamanekaokh
官方URL https://chrome.google.com/webstore/detail/miley-cyrus-photo-gallery/lkgighlcohpcgcjodfoeooamanekaokh
简介 Miley Cyrus Photo Gallery provides images about this sexy singer, songwriter, and actress.
文件大小 94.88 KB
安装次数 14
当前版本 1.0
更新时间 2015-02-20
上架时间 2015-02-20
评分 5.00/5 共2次评分
开发者 photos apps
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Miley Cyrus Photo Gallery",
    "description": "Miley Cyrus Photo Gallery provides images about this sexy singer, songwriter, and actress.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "conf.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img_sep\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "img_sep\/ico_16.png",
        "48": "img_sep\/ico_48.png"
    }
}