HomeDiary Clip It Button

Save creative ideas from around the web with the official Homediary browser button for Chrome.

HomeDiary Clip It Button क्या है?

HomeDiary Clip It Button HomeDiary द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save creative ideas from around the web with the official Homediary browser button for Chrome."।

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

screenshot
screenshot
screenshot

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

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

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

                        Save creative ideas from around the web with the official HomeDiary browser button for Chrome.

Click the HomeDiary button next time you find something interesting that you want to save for later. 

Links get saved as visual bookmarks in the Ideas section, which are way easier to recognize and organize than the same old text bookmarks your browser gives you.

HomeDiary lets you:

CREATE A DIGITAL RECORD OF YOUR HOME
Manage your home's items, activities, and spaces.

VISUALIZE AND PLAN SPACES IN 3D
Draw a room or a whole floor plan. Design, plan and view spaces in 2D & 3D.

STORE INVENTORY AND MAINTENANCE RECORDS
Find critical home information when you need it.

CLIP IDEAS AND CREATE REMINDERS
Save images from the web and upload or snap photos of products and ideas.                    

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

नाम HomeDiary Clip It Button HomeDiary Clip It Button
ID iladhkommedalnmjkcbodloeopfgpihd
आधिकारिक URL https://chrome.google.com/webstore/detail/homediary-clip-it-button/iladhkommedalnmjkcbodloeopfgpihd
विवरण Save creative ideas from around the web with the official Homediary browser button for Chrome.
फ़ाइल का आकार 397 KB
स्थापना संख्या 72
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2017-08-22
प्रकाशन तिथि 2017-08-22
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर HomeDiary
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://homediary.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HomeDiary Clip It Button",
    "short_name": "HomeDiary Clip It Button",
    "description": "Save creative ideas from around the web with the official Homediary browser button for Chrome.",
    "version": "1.2.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            ".\/data\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/data\/js\/jquery.min.js",
                ".\/data\/js\/web-clipper.js",
                ".\/data\/js\/content.js"
            ],
            "css": [
                ".\/data\/css\/web-clipper.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/data\/icons\/icon.png",
        "48": ".\/data\/icons\/icon.png",
        "128": ".\/data\/icons\/icon.png"
    },
    "web_accessible_resources": [
        "data\/images\/panel-bg.jpg",
        "data\/images\/exit-button.png",
        "data\/images\/clip-this-image.jpg",
        "data\/iframe\/iframe.html",
        "data\/iframe\/images\/logo-default.png"
    ],
    "browser_action": {
        "default_icon": ".\/data\/icons\/icon.png",
        "default_title": "HomeDiary Clip It Button"
    }
}