Panel Extension For Instagram

View your Instagram feed in a panel within Google Chrome.

O que é Panel Extension For Instagram?

Panel Extension For Instagram é uma extensão do Chrome desenvolvida por http://www.droid-den.com, e sua principal característica é "View your Instagram feed in a panel within Google Chrome.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Panel Extension For Instagram

Baixe arquivos de extensão Panel Extension For Instagram no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Panel Extension For Instagram Panel Extension For Instagram
ID jankondjknbjoifehjngapjpppnkcekg
URL Oficial https://chrome.google.com/webstore/detail/panel-extension-for-insta/jankondjknbjoifehjngapjpppnkcekg
Descrição View your Instagram feed in a panel within Google Chrome.
Tamanho do Arquivo 236 KB
Contagem de Instalações 504
Versão Atual 0.1
Última Atualização 2013-07-18
Data de Publicação 2013-07-18
Classificação 1.50/5 Total de 4 Avaliações
Desenvolvedor http://www.droid-den.com
Tipo de Pagamento free
Site da Extensão https://plus.google.com/u/0/113562486592922185062
URL da Página de Ajuda https://plus.google.com/u/0/113562486592922185062
Idiomas Suportados 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
}