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
官方URL 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\/"
    ]
}