Browse Instagram as an inspirational board
Enjoy instagram browsing on Desktop - with full width layout
Browse Instagram as an inspirational board là gì?
Browse Instagram as an inspirational board là một tiện ích mở rộng Chrome được phát triển bởi tzachi.azo, và tính năng chính của nó là "Enjoy instagram browsing on Desktop - with full width layout".
Ả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 Browse Instagram as an inspirational board
Tải xuống các tệp mở rộng Browse Instagram as an inspirational board 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
We find Instagram as a visual tool for designers and creative people, who use it on a daily basis to be inspired and explore global trends. 'Instagram Grid Layout' provides New full-width-layout, that allows fast and effective browsing experience to explore, discover and get inspired from the people you are 'following' and from others. Your Instagram 'feed' and 'explore' section will be displayed in Mansory Layout, that will showcase your 'following' content and others you might interest as 'inspiration pinboard'. The extension does not collect any private data and your images are only stored on your PC. Enjoy! 😃
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Browse Instagram as an inspirational board |
ID | aggmkhbnakgocpdkcghekgnejbjobifi |
URL Chính Thức | https://chromewebstore.google.com/detail/browse-instagram-as-an-in/aggmkhbnakgocpdkcghekgnejbjobifi |
Mô tả | Enjoy instagram browsing on Desktop - with full width layout |
Kích Thước Tệp | 42.81 KB |
Số Lần Cài Đặt | 604 |
Phiên Bản Hiện Tại | 1.29 |
Cập Nhật Lần Cuối | 2023-10-15 |
Ngày Phát Hành | 2020-06-28 |
Đánh Giá | 4.46/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | tzachi.azo |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browse Instagram as an inspirational board", "version": "1.29", "description": "Enjoy instagram browsing on Desktop - with full width layout", "permissions": [ "storage", "declarativeContent" ], "background": { "service_worker": "background.js" }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/icon_16X16.png", "32": "assets\/images\/icon_32X32.png", "48": "assets\/images\/icon_48X48.png", "128": "assets\/images\/icon_128X128.png" } }, "icons": { "16": "assets\/images\/icon_16X16.png", "32": "assets\/images\/icon_32X32.png", "48": "assets\/images\/icon_48X48.png", "128": "assets\/images\/icon_128X128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "css": [ "style.css", "mediaDisplay.css" ] } ], "web_accessible_resources": [ "assets\/images\/*.png", "assets\/components\/*.html", "assets\/components\/mediaDisplay.html" ], "manifest_version": 2 } |