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ファイルをダウンロード

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 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
Eメール [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
}