Niice

Add media directly into your Niice boards

Niice란 무엇입니까?

Niice은(는) http://niice.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add media directly into your Niice boards"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Niice 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}