Panel Extension For Instagram

View your Instagram feed in a panel within Google Chrome.

Panel Extension For Instagramคืออะไร?

Panel Extension For Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.droid-den.com และคุณลักษณะหลักของมันคือ "View your Instagram feed in a panel within Google Chrome."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Panel Extension For Instagram

ดาวน์โหลดไฟล์ส่วนขยาย 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
}