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ファイルをダウンロード

Niice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}