Popup Notes
Take quick notes while you surf. What could be more simple?
Qu'est-ce que Popup Notes ?
Popup Notes est une extension Chrome développée par https://gourav.io, et sa fonction principale est "Take quick notes while you surf. What could be more simple?".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Popup Notes
Téléchargez les fichiers d'extension Popup Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Popup Notes |
ID | pakngoacmndjaomplokegbepmohpfofb |
URL Officiel | https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb |
Description | Take quick notes while you surf. What could be more simple? |
Taille du Fichier | 38.95 KB |
Nombre d'Installations | 1,191 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2020-10-02 |
Date de Publication | 2017-11-30 |
Évaluation | 3.00/5 Total 8 Évaluations |
Développeur | https://gourav.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |