Take Note
An extension to help you take notes on long articles in your browser. Recognizes and formats code.
Hvad er Take Note?
Take Note er en Chrome-udvidelse udviklet af sarahhubschmail, og dens hovedfunktion er "An extension to help you take notes on long articles in your browser. Recognizes and formats code.".
Udvidelsesskærmbilleder
Download Take Note-udvidelses-CRX-fil
Download Take Note-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jkhfbnadhkkefjioelljpcmkgnoamakg |
Officiel URL | https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg |
Beskrivelse | An extension to help you take notes on long articles in your browser. Recognizes and formats code. |
Filstørrelse | 1.87 MB |
Antal Installationer | 162 |
Nuværende Version | 0.0.0.1 |
Senest Opdateret | 2017-08-10 |
Udgivelsesdato | 2017-08-10 |
Bedømmelse | 4.00/5 Samlet 6 Bedømmelser |
Udvikler | sarahhubschmail |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |