STL Design Scene
A Feed of Design Inspiration from Around STL.
STL Design Scene क्या है?
STL Design Scene Pander Creative द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Feed of Design Inspiration from Around STL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में STL Design Scene एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/" ] } |