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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 } |