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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}