Popup Notes

Take quick notes while you surf. What could be more simple?

Popup Notes là gì?

Popup Notes là một tiện ích mở rộng Chrome được phát triển bởi https://gourav.io, và tính năng chính của nó là "Take quick notes while you surf. What could be more simple?".

Ả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 Popup Notes

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

                        Take notes without leaving current tab!
Easiest way to note down copied text, phone numbers, links, to-do items etc while browsing on Google Chrome.

Features :
-- Lightweight, easy to use & secure.
-- Copy selected text to Popup Notes directly from right-click.
-- Auto-save notes upon closing.
-- Auto-focus on notes.
-- Use TAB key to indent your text.
-- Ad-free.                    

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

Tên Popup Notes Popup Notes
ID pakngoacmndjaomplokegbepmohpfofb
URL Chính Thức https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb
Mô tả Take quick notes while you surf. What could be more simple?
Kích Thước Tệp 38.95 KB
Số Lần Cài Đặt 1,191
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-10-02
Ngày Phát Hành 2017-11-30
Đánh Giá 3.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://gourav.io
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",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "Popup Notes",
    "description": "Take quick notes while you surf. What could be more simple?",
    "version": "2.0",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Popup Notes!"
    },
    "offline_enabled": true,
    "short_name": "Popup Notes",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}