Popup Notes

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

Apa itu Popup Notes?

Popup Notes adalah ekstensi Chrome yang dikembangkan oleh https://gourav.io, dan fitur utamanya adalah "Take quick notes while you surf. What could be more simple?".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Popup Notes

Unduh file ekstensi Popup Notes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Popup Notes Popup Notes
ID pakngoacmndjaomplokegbepmohpfofb
URL Resmi https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb
Deskripsi Take quick notes while you surf. What could be more simple?
Ukuran File 38.95 KB
Jumlah Instalasi 1,191
Versi Saat Ini 2.0
Terakhir Diperbarui 2020-10-02
Tanggal Publikasi 2017-11-30
Penilaian 3.00/5 Total 8 Penilaian
Pengembang https://gourav.io
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}