Notable

Sticky Notes and Note Taking Chrome Extension!

Notableคืออะไร?

Notable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Genuvo และคุณลักษณะหลักของมันคือ "Sticky Notes and Note Taking Chrome Extension!"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Notable ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Notable is a chrome extension that aids with note taking. It has three main features. First, it allows the user to create and write on sticky notes of different colors which automatically save and persist even if the device shuts down. Second, the extension lets the user write annotations directly on the web page once the draw button is pressed. Third, it has a screenshot button which captures the web page with the annotations on it in a png file.

Created by Neha Dalia and Sneha Jog                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
คำอธิบาย Sticky Notes and Note Taking Chrome Extension!
ขนาดไฟล์ 711 KB
จำนวนการติดตั้ง 733
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-08-23
วันที่เผยแพร่ 2020-08-18
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Genuvo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notable",
    "version": "1.1",
    "description": "Sticky Notes and Note Taking Chrome Extension!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/p5.js",
                "draw.js"
            ]
        }
    ],
    "manifest_version": 2
}