Browse Instagram as an inspirational board
Enjoy instagram browsing on Desktop - with full width layout
Browse Instagram as an inspirational boardคืออะไร?
Browse Instagram as an inspirational board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tzachi.azo และคุณลักษณะหลักของมันคือ "Enjoy instagram browsing on Desktop - with full width layout"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browse Instagram as an inspirational board
ดาวน์โหลดไฟล์ส่วนขยาย Browse Instagram as an inspirational board ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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! 😃
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Browse Instagram as an inspirational board |
ID | aggmkhbnakgocpdkcghekgnejbjobifi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/browse-instagram-as-an-in/aggmkhbnakgocpdkcghekgnejbjobifi |
คำอธิบาย | Enjoy instagram browsing on Desktop - with full width layout |
ขนาดไฟล์ | 42.81 KB |
จำนวนการติดตั้ง | 604 |
เวอร์ชันปัจจุบัน | 1.29 |
อัปเดตครั้งล่าสุด | 2023-10-15 |
วันที่เผยแพร่ | 2020-06-28 |
คะแนน | 4.46/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | tzachi.azo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |