Take Note
An extension to help you take notes on long articles in your browser. Recognizes and formats code.
Was ist Take Note?
Take Note ist eine Chrome-Erweiterung, die von sarahhubschmail entwickelt wurde, und ihr Hauptmerkmal ist "An extension to help you take notes on long articles in your browser. Recognizes and formats code.".
Erweiterungsscreenshots
Take Note-Erweiterungs-CRX-Datei herunterladen
Laden Sie Take Note-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
An app that helps you take notes on articles, blog posts, or documentation. Select the text you want to save, right click, and press 'Take Note'. You can go back and edit or delete any notes you take. The extension also recognizes and formats any code you save as a note.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jkhfbnadhkkefjioelljpcmkgnoamakg |
Offizielle URL | https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg |
Beschreibung | An extension to help you take notes on long articles in your browser. Recognizes and formats code. |
Dateigröße | 1.87 MB |
Installationsanzahl | 162 |
Aktuelle Version | 0.0.0.1 |
Letztes Update | 2017-08-10 |
Veröffentlichungsdatum | 2017-08-10 |
Bewertung | 4.00/5 Insgesamt 6 Bewertungen |
Entwickler | sarahhubschmail |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Take Note", "description": "An extension to help you take notes on long articles in your browser. Recognizes and formats code.", "background": { "scripts": [ "js\/jquery-3.2.1.js", "js\/background.js" ], "css": [ "style.css" ] }, "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "Take Note", "default_icon": "images\/icon.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs", "webNavigation" ], "icons": { "16": "images\/icon-bitty.png", "48": "images\/icon-bitty.png", "128": "images\/icon-bitty.png" } } |