STL Design Scene

A Feed of Design Inspiration from Around STL.

¿Qué es STL Design Scene?

STL Design Scene es una extensión de Chrome desarrollada por Pander Creative, y su función principal es "A Feed of Design Inspiration from Around STL.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión STL Design Scene

Descarga archivos de extensión STL Design Scene en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre STL Design Scene STL Design Scene
ID kfdapbechabdabopjipnhcifgdbillep
URL Oficial https://chromewebstore.google.com/detail/stl-design-scene/kfdapbechabdabopjipnhcifgdbillep
Descripción A Feed of Design Inspiration from Around STL.
Tamaño del Archivo 91.01 KB
Cantidad de Instalaciones 39
Versión Actual 0.2.2 Beta
Última Actualización 2023-09-20
Fecha de Publicación 2023-09-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Pander Creative
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.stldesignscene.com/
URL de la Página de Ayuda https://www.stldesignscene.com/
Idiomas Soportados 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\/"
    ]
}