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
官方網址 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"
        }
    }
}