Niice

Add media directly into your Niice boards

Niiceคืออะไร?

Niice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://niice.co และคุณลักษณะหลักของมันคือ "Add media directly into your Niice boards"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Niice

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    }
}