DecoStyle - Home Inspiration
The freshest links about lifestyle, design, and living, from around the web. An architect's and interior designer's must!
DecoStyle - Home Inspiration란 무엇입니까?
DecoStyle - Home Inspiration은(는) http://deco.style에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The freshest links about lifestyle, design, and living, from around the web. An architect's and interior designer's must!"입니다.
확장 프로그램 스크린샷
DecoStyle - Home Inspiration 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple and beautiful. Bringing you the freshest design, lifestyle, home, and DIY news and shots from around the web. All the design inspiration you need. A must have for architects and interior designer who want to up-to-date with the latest home design trends. Enjoy the most inspiring stuff out there. Never miss the next big thing. Features: - Deco Style Picks: A real-time, hand picked stories from around the web. - Interior Design - Designer News - Sidebar - iCreativeD - wowHaus - Design Milk - Room Envy - IkeaHackers - Designspiration - DIY Disasters - Dezeen - Home Designing and many more... DecoStyle will replace your default tab, it will become your home page, so you don't miss anything. * For specific support questions and info contact us at [email protected] * Read our Privacy policy: https://deco.style/privacy.html
확장 프로그램 기본 정보
이름 | |
ID | pajopcgdbbiglikimglamldomnchiaek |
공식 URL | https://chrome.google.com/webstore/detail/decostyle-home-inspiratio/pajopcgdbbiglikimglamldomnchiaek |
설명 | The freshest links about lifestyle, design, and living, from around the web. An architect's and interior designer's must! |
파일 크기 | 1.39 MB |
설치 횟수 | 961 |
현재 버전 | 2.0.1.0 |
최근 업데이트 | 2020-05-06 |
출시 날짜 | 2020-05-06 |
평점 | 4.86/5 총 21 개의 평점 |
개발자 | http://deco.style |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://deco.style/ |
개인정보 보호 정책 페이지 URL | https://deco.style/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "DecoStyle" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/deco.style\/ https:\/\/api.deco.style\/ https:\/\/suggestqueries.google.com\/complete\/ https:\/\/ajax.googleapis.com\/ajax\/services\/feed\/ https:\/\/ipv4.google.com\/ https:\/\/*.googleapis.com\/ https:\/\/www.google.com\/ https:\/\/ssl.google-analytics.com https:\/\/www.google.com\/search; object-src 'self' 'unsafe-eval'", "description": "The freshest links about lifestyle, design, and living, from around the web. An architect's and interior designer's must!", "homepage_url": "http:\/\/deco.style?ref=ext", "icons": { "128": "icon128.png", "48": "icon48.png" }, "manifest_version": 2, "name": "DecoStyle - Home Inspiration", "permissions": [ "storage", "topSites", "alarms", "https:\/\/deco.style\/", "https:\/\/api.deco.style\/" ], "short_name": "DecoStyle", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.1.0", "web_accessible_resources": [ "*\/*", "\/*" ] } |