STL Design Scene

A Feed of Design Inspiration from Around STL.

O que é STL Design Scene?

STL Design Scene é uma extensão do Chrome desenvolvida por Pander Creative, e sua principal característica é "A Feed of Design Inspiration from Around STL.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão STL Design Scene

Baixe arquivos de extensão STL Design Scene no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome STL Design Scene STL Design Scene
ID kfdapbechabdabopjipnhcifgdbillep
URL Oficial https://chromewebstore.google.com/detail/stl-design-scene/kfdapbechabdabopjipnhcifgdbillep
Descrição A Feed of Design Inspiration from Around STL.
Tamanho do Arquivo 91.01 KB
Contagem de Instalações 39
Versão Atual 0.2.2 Beta
Última Atualização 2023-09-20
Data de Publicação 2023-09-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Pander Creative
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.stldesignscene.com/
URL da Página de Ajuda https://www.stldesignscene.com/
Idiomas Suportados 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\/"
    ]
}