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
官方網址 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
}