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!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載DecoStyle - Home Inspiration擴展crx文件

下載DecoStyle - Home Inspiration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 DecoStyle - Home Inspiration DecoStyle - Home Inspiration
ID pajopcgdbbiglikimglamldomnchiaek
官方網址 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": [
        "*\/*",
        "\/*"
    ]
}