STL Design Scene

A Feed of Design Inspiration from Around STL.

Qu'est-ce que STL Design Scene ?

STL Design Scene est une extension Chrome développée par Pander Creative, et sa fonction principale est "A Feed of Design Inspiration from Around STL.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension STL Design Scene

Téléchargez les fichiers d'extension STL Design Scene au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom STL Design Scene STL Design Scene
ID kfdapbechabdabopjipnhcifgdbillep
URL Officiel https://chromewebstore.google.com/detail/stl-design-scene/kfdapbechabdabopjipnhcifgdbillep
Description A Feed of Design Inspiration from Around STL.
Taille du Fichier 91.01 KB
Nombre d'Installations 39
Version Actuelle 0.2.2 Beta
Dernière Mise à Jour 2023-09-20
Date de Publication 2023-09-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Pander Creative
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.stldesignscene.com/
URL de la Page d'Aide https://www.stldesignscene.com/
Langues Prises en Charge 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\/"
    ]
}