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은(는) tzachi.azo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy instagram browsing on Desktop - with full width layout"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Browse Instagram as an inspirational board 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}