STL Design Scene

A Feed of Design Inspiration from Around STL.

STL Design Sceneとは何ですか?

STL Design SceneはPander Creativeによって開発されたChromeの拡張機能で、その主な機能は「A Feed of Design Inspiration from Around STL.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

STL Design Scene拡張機能のCRXファイルをダウンロード

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
Eメール [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\/"
    ]
}