Popup Notes

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

Hvad er Popup Notes?

Popup Notes er en Chrome-udvidelse udviklet af https://gourav.io, og dens hovedfunktion er "Take quick notes while you surf. What could be more simple?".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Popup Notes-udvidelses-CRX-fil

Download Popup Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Popup Notes Popup Notes
ID pakngoacmndjaomplokegbepmohpfofb
Officiel URL https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb
Beskrivelse Take quick notes while you surf. What could be more simple?
Filstørrelse 38.95 KB
Antal Installationer 1,191
Nuværende Version 2.0
Senest Opdateret 2020-10-02
Udgivelsesdato 2017-11-30
Bedømmelse 3.00/5 Samlet 8 Bedømmelser
Udvikler https://gourav.io
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}