Panel Extension For Instagram
View your Instagram feed in a panel within Google Chrome.
Co je Panel Extension For Instagram?
Panel Extension For Instagram je rozšíření Chrome vyvinuté http://www.droid-den.com, a jeho hlavní funkcí je „View your Instagram feed in a panel within Google Chrome.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Panel Extension For Instagram
Stáhněte si soubory rozšíření Panel Extension For Instagram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | jankondjknbjoifehjngapjpppnkcekg |
Oficiální URL | https://chrome.google.com/webstore/detail/panel-extension-for-insta/jankondjknbjoifehjngapjpppnkcekg |
Popis | View your Instagram feed in a panel within Google Chrome. |
Velikost souboru | 236 KB |
Počet instalací | 504 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2013-07-18 |
Datum Vydání | 2013-07-18 |
Hodnocení | 1.50/5 Celkem 4 Hodnocení |
Vývojář | http://www.droid-den.com |
Typ Platby | free |
Webové stránky Rozšíření | https://plus.google.com/u/0/113562486592922185062 |
URL Stránky Nápovědy | https://plus.google.com/u/0/113562486592922185062 |
Podporované Jazyky | 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 } |