STL Design Scene

A Feed of Design Inspiration from Around STL.

What is STL Design Scene?

STL Design Scene is a Chrome extension developed by Pander Creative, and its main feature is "A Feed of Design Inspiration from Around STL.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download STL Design Scene Extension CRX File

Download STL Design Scene extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name STL Design Scene STL Design Scene
ID kfdapbechabdabopjipnhcifgdbillep
Official URL https://chromewebstore.google.com/detail/stl-design-scene/kfdapbechabdabopjipnhcifgdbillep
Description A Feed of Design Inspiration from Around STL.
File Size 91.01 KB
Installation Count 39
Current Version 0.2.2 Beta
Last Updated 2023-09-20
Publish Date 2023-09-20
Rating 5.00/5 Total 1 Ratings
Developer Pander Creative
Email [email protected]
Payment Type free
Extension Website https://www.stldesignscene.com/
Help Page URL https://www.stldesignscene.com/
Supported Languages 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\/"
    ]
}