Extension for HeapNote
Quickly save selected text by right-click. Easy bookmarks manager.
O que é Extension for HeapNote?
Extension for HeapNote é uma extensão do Chrome desenvolvida por http://www.heapnote.com, e sua principal característica é "Quickly save selected text by right-click. Easy bookmarks manager.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Extension for HeapNote
Baixe arquivos de extensão Extension for HeapNote no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | lephjpbfkjbomhpnellaiddfemllekfh |
URL Oficial | https://chrome.google.com/webstore/detail/extension-for-heapnote/lephjpbfkjbomhpnellaiddfemllekfh |
Descrição | Quickly save selected text by right-click. Easy bookmarks manager. |
Tamanho do Arquivo | 42.12 KB |
Contagem de Instalações | 4,467 |
Versão Atual | 1.11 |
Última Atualização | 2013-12-24 |
Data de Publicação | 2013-12-23 |
Classificação | 3.18/5 Total de 17 Avaliações |
Desenvolvedor | http://www.heapnote.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.heapnote.com |
URL da Página de Ajuda | http://www.heapnote.com/contact.html |
Idiomas Suportados | 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" } |