STL Design Scene

A Feed of Design Inspiration from Around STL.

什麼是STL Design Scene?

STL Design Scene是由Pander Creative開發的Chrome擴展程式,該擴展的主要功能是“A Feed of Design Inspiration from Around STL.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載STL Design Scene擴展crx文件

下載STL Design Scene擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        STL Design Scene is your essential browser companion, offering a curated newsfeed filled with design portfolios, inspiration, agency news, and local events. It also provides a number of design resources and tools to enhance your creative process. With our plugin, you can stay connected to the vibrant St. Louis design community, access valuable insights, and supercharge your design workflow—all from within your web browser. Elevate your design game, stay inspired, and never miss a local design event again.                    

擴展基本資訊

名稱 STL Design Scene STL Design Scene
ID kfdapbechabdabopjipnhcifgdbillep
官方網址 https://chromewebstore.google.com/detail/stl-design-scene/kfdapbechabdabopjipnhcifgdbillep
簡介 A Feed of Design Inspiration from Around STL.
檔案大小 91.01 KB
安裝次數 39
目前版本 0.2.2 Beta
更新時間 2023-09-20
上架時間 2023-09-20
評分 5.00/5 共 1 次評分
開發者 Pander Creative
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.stldesignscene.com/
說明頁面URL https://www.stldesignscene.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "STL Design Scene",
    "description": "A Feed of Design Inspiration from Around STL.",
    "version": "0.2.2",
    "version_name": "0.2.2 Beta",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/s16.png",
        "32": "icons\/s32.png",
        "64": "icons\/s64.png",
        "128": "icons\/s128.png"
    },
    "chrome_url_overrides": {
        "newtab": "feed.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.7.0.min.js",
                "js\/whatfont_core.js",
                "js\/measure_tool.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/whatfont.css",
                "css\/measure_tool.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/typekit.com\/",
        "http:\/\/localhost.com\/"
    ]
}