Clipper - Notepad
A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place
Was ist Clipper - Notepad?
Clipper - Notepad ist eine Chrome-Erweiterung, die von N00B entwickelt wurde, und ihr Hauptmerkmal ist "A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place".
Erweiterungsscreenshots
Clipper - Notepad-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clipper - Notepad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | odaemlhemadocbiadhdehdkiekejnphb |
Offizielle URL | https://chrome.google.com/webstore/detail/clipper-notepad/odaemlhemadocbiadhdehdkiekejnphb |
Beschreibung | A share and noting application. Take notes by selecting or writing! Make your notepad as your size. All in one place |
Dateigröße | 606 KB |
Installationsanzahl | 445 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-09-10 |
Veröffentlichungsdatum | 2018-09-10 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | N00B |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |