NoteTaker

Take quick notes and save them without moving away from your browser!

NoteTaker là gì?

NoteTaker là một tiện ích mở rộng Chrome được phát triển bởi Nehan Sikder, và tính năng chính của nó là "Take quick notes and save them without moving away from your browser!".

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

screenshot

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

Tải xuống các tệp mở rộng NoteTaker 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

                        Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes!

Logo design - [email protected]                    

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

Tên NoteTaker NoteTaker
ID jedmfdadjflnlakpidicccpibkdfpeap
URL Chính Thức https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap
Mô tả Take quick notes and save them without moving away from your browser!
Kích Thước Tệp 394 KB
Số Lần Cài Đặt 1,015
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2017-01-15
Ngày Phát Hành 2017-01-15
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Nehan Sikder
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoteTaker",
    "description": "Take quick notes and save them without moving away from your browser!",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo3.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "FileSaver.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "FileSaver.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}