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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View your Instagram feed in a panel within Google Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Panel Extension For Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}