Popup Notes
Take quick notes while you surf. What could be more simple?
Co je Popup Notes?
Popup Notes je rozšíření Chrome vyvinuté https://gourav.io, a jeho hlavní funkcí je „Take quick notes while you surf. What could be more simple?“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Popup Notes
Stáhněte si soubory rozšíření Popup Notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Popup Notes |
ID | pakngoacmndjaomplokegbepmohpfofb |
Oficiální URL | https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb |
Popis | Take quick notes while you surf. What could be more simple? |
Velikost souboru | 38.95 KB |
Počet instalací | 1,191 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2020-10-02 |
Datum Vydání | 2017-11-30 |
Hodnocení | 3.00/5 Celkem 8 Hodnocení |
Vývojář | https://gourav.io |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |