Take Note
An extension to help you take notes on long articles in your browser. Recognizes and formats code.
什么是Take Note?
Take Note是由sarahhubschmail开发的Chrome扩展程序,该扩展的主要功能是“An extension to help you take notes on long articles in your browser. Recognizes and formats code.”。
扩展截图
下载Take Note扩展crx文件
下载Take Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jkhfbnadhkkefjioelljpcmkgnoamakg |
官方URL | https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg |
简介 | An extension to help you take notes on long articles in your browser. Recognizes and formats code. |
文件大小 | 1.87 MB |
安装次数 | 162 |
当前版本 | 0.0.0.1 |
更新时间 | 2017-08-10 |
上架时间 | 2017-08-10 |
评分 | 4.00/5 共6次评分 |
开发者 | sarahhubschmail |
付费类型 | free |
支持的语言 | 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" } } |