STL Design Scene

A Feed of Design Inspiration from Around STL.

Что такое STL Design Scene?

STL Design Scene - это расширение Chrome, разработанное Pander Creative, и его основная функция - "A Feed of Design Inspiration from Around STL.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения STL Design Scene

Скачайте файлы расширений 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\/"
    ]
}