Popup Notes

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

Wat is Popup Notes?

Popup Notes is een Chrome-extensie ontwikkeld door https://gourav.io, en de belangrijkste functie is "Take quick notes while you surf. What could be more simple?".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Popup Notes

Download Popup Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Popup Notes Popup Notes
ID pakngoacmndjaomplokegbepmohpfofb
Officiële URL https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb
Beschrijving Take quick notes while you surf. What could be more simple?
Bestandsgrootte 38.95 KB
Aantal Installaties 1,191
Huidige Versie 2.0
Laatst Bijgewerkt 2020-10-02
Publicatiedatum 2017-11-30
Beoordeling 3.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://gourav.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}