Extension for HeapNote

Quickly save selected text by right-click. Easy bookmarks manager.

Co to jest Extension for HeapNote?

Extension for HeapNote to rozszerzenie Chrome opracowane przez http://www.heapnote.com, a jego główną funkcją jest „Quickly save selected text by right-click. Easy bookmarks manager.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Extension for HeapNote

Pobierz pliki rozszerzeń Extension for HeapNote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Extension for HeapNote Extension for HeapNote
ID lephjpbfkjbomhpnellaiddfemllekfh
Oficjalny URL https://chrome.google.com/webstore/detail/extension-for-heapnote/lephjpbfkjbomhpnellaiddfemllekfh
Opis Quickly save selected text by right-click. Easy bookmarks manager.
Rozmiar pliku 42.12 KB
Liczba instalacji 4,467
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2013-12-24
Data Publikacji 2013-12-23
Ocena 3.18/5 Łącznie 17 Oceny
Deweloper http://www.heapnote.com
Typ Płatności free
Strona Rozszerzenia http://www.heapnote.com
Adres URL Strony Pomocy http://www.heapnote.com/contact.html
Obsługiwane Języki 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"
}