Clipper - Notepad
A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place
Qu'est-ce que Clipper - Notepad ?
Clipper - Notepad est une extension Chrome développée par N00B, et sa fonction principale est "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clipper - Notepad
Téléchargez les fichiers d'extension Clipper - Notepad 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
This is a notepad clipper extension. Browse through the web with ease, and take notes on the go. Now you don't need to swap between apps, neither copy paste. Write directly by clicking on Clipper or select and right click, you will get an option to add it to the pad. Download the whole of the text directly into .txt file at once. Resize the window to make it as you want it to be, multiple notes and onine sync coming soon.
Informations de Base sur l'Extension
Nom | |
ID | odaemlhemadocbiadhdehdkiekejnphb |
URL Officiel | https://chrome.google.com/webstore/detail/clipper-notepad/odaemlhemadocbiadhdehdkiekejnphb |
Description | A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place |
Taille du Fichier | 606 KB |
Nombre d'Installations | 445 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-09-10 |
Date de Publication | 2018-09-10 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | N00B |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clipper - Notepad", "description": "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place", "version": "1.0", "offline_enabled": true, "icons": { "19": "imgs\/notepad-icon-12.png", "48": "imgs\/notepad-icon-12.png", "128": "imgs\/notepad-icon-12.png" }, "browser_action": { "default_icon": "imgs\/notepad-icon-12.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "popup.js" ] }, "permissions": [ "activeTab", "storage", "contextMenus" ] } |