Extension for HeapNote
Quickly save selected text by right-click. Easy bookmarks manager.
什么是Extension for HeapNote?
Extension for HeapNote是由http://www.heapnote.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly save selected text by right-click. Easy bookmarks manager.”。
扩展截图
下载Extension for HeapNote扩展crx文件
下载Extension for HeapNote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easiest bookmarks manager! After selecting text on a web page, right-click and choose: 'Save in HeapNote'. Selected text, web page address and date will be stored in your HeapNote account. If you do not select any text, just the web page address will be stored. In HeapNote you are able to organize stored information using labels. Labels create a tree, so you can categorize the notes any way you want. You can easily add a label to the note using drag & drop. 'Well organization of data is the jackpot feature in here.' Hungry N Foolish 'HeapNote is helpful for users who want a practical, functional note taking system.' AppAppeal 'We all need a little organizing sometimes and HeapNote does a fine job of putting all your interesting stuff in nice neat little boxes for later use.' FeedMyApp HeapNote gives you much more. It is the easiest Personal Information Manager. It lets you organize your thoughts, tasks, online notes, recipes, bookmarks, even expenses! Finally, all your most important information is in one place. Your data is simply organized, so that you have no trouble finding anything. It is you, who decide what sort of information you want to store and how you want it to be organized! Easiest way to take notes! People use HeapNote for managing their tasks, online notes, ideas, bookmarks, todo lists. You can easily customize it to store information you need. Startups use It as a flexible task manager, teachers - as a place to manage the topics they use with their students and scientists - as a place to organize research. - Easiest online organizer - Fully customized (you can create your own tables) - Powerful labeling feature - helps finding in tons of notes Table In HeapNote you can create a table for every sort of information you want to store. You can have tables for your online notes, expenses, bookmarks, recipies, todo lists, contacts, tasks etc. Every table shows up as a tab. A table can have any number of text or numeric columns (numeric columns are automatically summed up). You can make the columns invisible, change their order using drag & drop or change their width. You can also sort the notes according to any column by clicking on the title of the column. Note You can use RichText Editor to edit the note. It lets you bold the text, change color, fonts and use enumeration. Notes can be marked with labels using drag & drop. You can do some actions on many notes at the same time (e.g. remove, mark with label). Label You can use labels to better organize your notes. Labels create a tree. You can select many labels at the same time to show the notes that are labeled with them. You can drag & drop the labels in the tree to change its structure.
扩展基本信息
名称 | |
ID | lephjpbfkjbomhpnellaiddfemllekfh |
官方URL | https://chrome.google.com/webstore/detail/extension-for-heapnote/lephjpbfkjbomhpnellaiddfemllekfh |
简介 | Quickly save selected text by right-click. Easy bookmarks manager. |
文件大小 | 42.12 KB |
安装次数 | 4,467 |
当前版本 | 1.11 |
更新时间 | 2013-12-24 |
上架时间 | 2013-12-23 |
评分 | 3.18/5 共17次评分 |
开发者 | http://www.heapnote.com |
付费类型 | free |
扩展官网 | http://www.heapnote.com |
帮助页面URL | http://www.heapnote.com/contact.html |
支持的语言 | id,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.11", "manifest_version": 2, "background": { "scripts": [ "sample.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "default_locale": "en" } |