Mini Sticky Notes

Helps to quickly take a note of anything, anytime.

Mini Sticky Notes là gì?

Mini Sticky Notes là một tiện ích mở rộng Chrome được phát triển bởi Jenis Patel, và tính năng chính của nó là "Helps to quickly take a note of anything, anytime.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mini Sticky Notes

Tải xuống các tệp mở rộng Mini Sticky Notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Sometimes we need to take a quick notes of points discussed during any meeting or a call so this extension will help you out there.

It is just a board for you where you can add your daily important points that need to be focused on.

RECENT UPDATES:

** Latest Release 1.3.2 (March 2018) **

1. Minor UI changes.

** Update 1.3.1 (March 2018) **

1. Support for auto saving has been added.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mini Sticky Notes Mini Sticky Notes
ID ghhhlhbkkchjfnnliacdpmfjjgpmkbpd
URL Chính Thức https://chromewebstore.google.com/detail/mini-sticky-notes/ghhhlhbkkchjfnnliacdpmfjjgpmkbpd
Mô tả Helps to quickly take a note of anything, anytime.
Kích Thước Tệp 39.92 KB
Số Lần Cài Đặt 13,310
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2018-03-12
Ngày Phát Hành 2018-03-12
Đánh Giá 4.67/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Jenis Patel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini Sticky Notes",
    "description": "Helps to quickly take a note of anything, anytime.",
    "version": "1.3.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Mini Sticky Notes",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/custom.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}