Panel Extension For Instagram

View your Instagram feed in a panel within Google Chrome.

什么是Panel Extension For Instagram?

Panel Extension For Instagram是由http://www.droid-den.com开发的Chrome扩展程序,该扩展的主要功能是“View your Instagram feed in a panel within Google Chrome.”。

扩展截图

screenshot
screenshot

下载Panel Extension For Instagram扩展crx文件

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

扩展使用说明

                        View your Instagram feed in a panel within Google Chrome.

This extension adds a panel to your Google Chrome™ that displays an optimised view of your Instagram feed!

You may need to enable the panel flags in Chrome before the panel will work for you.

Gmail is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.

You need panels enabled in Chrome in order to get the most out of this extension, do it by:

Type chrome://flags/ in the address bar and enable the panel option.                    

扩展基本信息

名称 Panel Extension For Instagram Panel Extension For Instagram
ID jankondjknbjoifehjngapjpppnkcekg
官方URL https://chrome.google.com/webstore/detail/panel-extension-for-insta/jankondjknbjoifehjngapjpppnkcekg
简介 View your Instagram feed in a panel within Google Chrome.
文件大小 236 KB
安装次数 504
当前版本 0.1
更新时间 2013-07-18
上架时间 2013-07-18
评分 1.50/5 共4次评分
开发者 http://www.droid-den.com
付费类型 free
扩展官网 https://plus.google.com/u/0/113562486592922185062
帮助页面URL https://plus.google.com/u/0/113562486592922185062
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Panel Extension For Instagram",
    "description": "View your Instagram feed in a panel within Google Chrome.",
    "version": "0.1",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/events.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png"
    },
    "options_page": "options.html",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "16": "img\/icon_16.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/instagram.com\/*"
    ],
    "manifest_version": 2
}