Houzz Save Button

Save any idea to Houzz

Houzz Save Button क्या है?

Houzz Save Button https://www.houzz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save any idea to Houzz"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Houzz Save Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With the Houzz button, you can get inspired by beautiful home design every time you browse the web. Open a new tab and you’ll see a gorgeous home design photo from Houzz.  

You’ll view stunning kitchens, dreamy spa bathrooms, relaxing bedrooms, cozy living spaces and breathtaking landscapes. 

The button also lets you save photos from other websites to a Houzz ideabook. See a kitchen or sofa you love on the web? Just click the button and save the image to view later on Houzz. 

Add the Houzz button to install both features. You can easily turn off either one at any time.                    

एक्सटेंशन की मूल जानकारी

नाम Houzz Save Button Houzz Save Button
ID fhjpekndimioildjhjfglcdgpahjoich
आधिकारिक URL https://chromewebstore.google.com/detail/houzz-save-button/fhjpekndimioildjhjfglcdgpahjoich
विवरण Save any idea to Houzz
फ़ाइल का आकार 323 KB
स्थापना संख्या 131,332
वर्तमान संस्करण 3.0.1
अंतिम अपडेट 2022-05-18
प्रकाशन तिथि 2020-03-04
रेटिंग 3.70/5 कुल 182 रेटिंग्स
डेवलपर https://www.houzz.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.houzz.com/privacyPolicy
समर्थित भाषाएँ de,en,fr,da,es,it,sv,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_pluginName__",
    "description": "__MSG_pluginDescription__",
    "version": "3.0.1",
    "author": "www.houzz.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "50": "icon-50.png",
        "128": "icon-128.png",
        "150": "icon-150.png"
    },
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "20": "icon-20.png",
            "40": "icon-40.png",
            "48": "icon-48.png"
        },
        "default_title": "__MSG_pluginTitle__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.hzcdn.com\/*",
        "http:\/\/*.hzcdn.com\/*",
        "http:\/\/www.houzz.com\/*",
        "https:\/\/www.houzz.com\/*",
        "https:\/\/www.houzz.co.uk\/*",
        "https:\/\/www.houzz.com.au\/*",
        "https:\/\/www.houzz.de\/*",
        "https:\/\/www.houzz.fr\/*",
        "https:\/\/www.houzz.ru\/*",
        "https:\/\/www.houzz.jp\/*",
        "https:\/\/www.houzz.it\/*",
        "https:\/\/www.houzz.es\/*",
        "https:\/\/www.houzz.dk\/*",
        "https:\/\/www.houzz.se\/*",
        "https:\/\/www.houzz.ie\/*",
        "https:\/\/www.houzz.com.sg\/*",
        "https:\/\/www.houzz.co.nz\/*",
        "https:\/\/www.houzz.in\/*"
    ],
    "content_security_policy": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "css": [
                "dist\/contentScripts.min.css",
                "dist\/shared.min.css"
            ],
            "js": [
                "dist\/contentScripts.min.js",
                "dist\/shared.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "dist\/html\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "dist\/html\/save.html",
                "dist\/html\/grid.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "dist\/assets\/*.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "dist\/html\/houzz.html"
    }
}