Niice

Add media directly into your Niice boards

Niice क्या है?

Niice http://niice.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add media directly into your Niice boards"।

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

screenshot
screenshot

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

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

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

                        The official Niice plugin, allowing you to add images from around the web to your private boards.

# Initial set-up
The first time you click on the Niice icon in your toolbar, you'll be asked to sign in with your Niice account. Once you're signed in, clicking on the icon will make a dark bar appear at the bottom of your screen, showing the items in your active board.

# Usage
When you find an image you'd like to save to a board, hit the Niice icon in your toolbar, make sure the correct board is selected, and drag the image into the bar. Simple as that! Click on the arrow to view the full board on Niice.co.

# Get in touch!
We’d love to hear any feedback you have! You can email us at [email protected] or send us a message on Twitter at @NiiceApp                    

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

नाम Niice Niice
ID miegcjodnnjpiakobaofjcjohidgekdi
आधिकारिक URL https://chrome.google.com/webstore/detail/niice/miegcjodnnjpiakobaofjcjohidgekdi
विवरण Add media directly into your Niice boards
फ़ाइल का आकार 600 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2021-08-28
प्रकाशन तिथि 2017-08-23
रेटिंग 3.50/5 कुल 22 रेटिंग्स
डेवलपर http://niice.co
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://niice.co/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Niice",
    "version": "2.0.1",
    "description": "Add media directly into your Niice boards",
    "manifest_version": 2,
    "minimum_chrome_version": "27",
    "permissions": [],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    }
}