Popup Notes

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

Vad är Popup Notes?

Popup Notes är en Chrome-tillägg utvecklad av https://gourav.io, och dess huvudfunktion är "Take quick notes while you surf. What could be more simple?".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Popup Notes-förlängningens CRX-fil

Ladda ner Popup Notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Popup Notes Popup Notes
ID pakngoacmndjaomplokegbepmohpfofb
Officiell webbadress https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb
Beskrivning Take quick notes while you surf. What could be more simple?
Filstorlek 38.95 KB
Antal Installationer 1,191
Aktuell Version 2.0
Senast Uppdaterad 2020-10-02
Publiceringsdatum 2017-11-30
Betyg 3.00/5 Totalt 8 Betyg
Utvecklare https://gourav.io
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}