Panel Extension For Instagram
View your Instagram feed in a panel within Google Chrome.
Panel Extension For Instagram là gì?
Panel Extension For Instagram là một tiện ích mở rộng Chrome được phát triển bởi http://www.droid-den.com, và tính năng chính của nó là "View your Instagram feed in a panel within Google Chrome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Panel Extension For Instagram
Tải xuống các tệp mở rộng Panel Extension For Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jankondjknbjoifehjngapjpppnkcekg |
URL Chính Thức | https://chrome.google.com/webstore/detail/panel-extension-for-insta/jankondjknbjoifehjngapjpppnkcekg |
Mô tả | View your Instagram feed in a panel within Google Chrome. |
Kích Thước Tệp | 236 KB |
Số Lần Cài Đặt | 504 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2013-07-18 |
Ngày Phát Hành | 2013-07-18 |
Đánh Giá | 1.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://www.droid-den.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://plus.google.com/u/0/113562486592922185062 |
URL Trang Trợ Giúp | https://plus.google.com/u/0/113562486592922185062 |
Ngôn Ngữ Được Hỗ Trợ | 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 } |