LinkedNotes

The extension adds a handy list of notes that synchronizes with Google Bookmarks. A text selected on a web-page can be saved in the…

Τι είναι το LinkedNotes;

Το LinkedNotes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pavel Kolmogorov, και η κύρια λειτουργία του είναι "The extension adds a handy list of notes that synchronizes with Google Bookmarks. A text selected on a web-page can be saved in the…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LinkedNotes

Λήψη αρχείων επέκτασης LinkedNotes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        You can copy selected text to your notes in two clicks (Opera like).
Sync your notes between computers. Also you can use this extension as simple notebook (notepad), and store you notes locally only.

Version 0.27:
 Fix scrolling to selected not in list

Version 0.26:
 Manifest v2 
 Fix bug when all notes deleted after sync not logged-in google bookmarks
 Fix bug when after adding new note selection cannot be changed
 Fix bug with localization context Menu
 Decrease height of popup to fit into netbook screen

Version 0.25:
 Update to jquery 1.5.2

Version 0.24:
  Bugfix error: Click to another note in list after editing note text will cause note overwriting.

Version 0.23:
  Button "Reset last synchronization date" in options allows to sync without removing last deleted notes. Only merge.

Version 0.22:
  Keep tabulation chars in notes during syncronization.

Version 0.21:
  Now also possible add a page address to notes, when "Context menu for links" enabled in options.  

Version 0.20:
  You can enable context menu for links in options.
  Now you can prevent insertion of note title. Just separate title from note body by "|" char. Title length limited by 50 chars.

Version 0.19:
  You can open links from note text. Just set cursor inside link and click right mouse button. If url is valid then you can see "Open" menu item.

Version 0.18:
  Copy note with links from webpage with frames fixed.
  Some additional information about syncronization added to extension icon.

Version 0.17:
  Now filter button clear quick search box when it not empty.
  Some fixes of notes titles in list.

Version 0.16:
  You can enable saving links. Go to options and check "Copy links for objects".

Version 0.15:
  Duplicate notes with link that contain # fixed.
  Button to filter notes by current page.

Version 0.14:
  Current page's notes count indicator
  Auto syncronization option (interval 10 minutes)

Version 0.12:
  Fix quick search

Version 0.11:
  New context menu command "Insert Note" allows insert note to editable text box. (don't try new command on this site, google blocks all scripts in extensions gallery)

Version 0.10:
  Sometimes "Sync" button shows progress but nothing happens. Now you will be redirected to login page.
  New command in context menu of note to change font size (for more accessibility).

Version 0.9:
  Quick search
  Some changes in UI

Version 0.8:
  Synchronization with Google Bookmarks
  Small fixes in layout.
  Improved usability.

Version 0.6:
  Context menu for notes list changed because old one sometimes have been closed without command execution.
  Code refactoring.

Version 0.5: 
  Base functions.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LinkedNotes LinkedNotes
ID kmmbfbgimpbcaaeibgnijiflciagmiha
Επίσημο URL https://chromewebstore.google.com/detail/linkednotes/kmmbfbgimpbcaaeibgnijiflciagmiha
Περιγραφή The extension adds a handy list of notes that synchronizes with Google Bookmarks. A text selected on a web-page can be saved in the…
Μέγεθος Αρχείου 110 KB
Αριθμός Εγκαταστάσεων 11,366
Τρέχουσα Έκδοση 0.27
Τελευταία Ενημέρωση 2012-08-04
Ημερομηνία Δημοσίευσης 2012-08-04
Αξιολόγηση 4.26/5 Συνολικά 328 Αξιολογήσεις
Προγραμματιστής Pavel Kolmogorov
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://linkednotes.googlecode.com
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedNotes",
    "version": "0.27",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "unlimited_storage",
        "https:\/\/www.google.com\/bookmarks\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "images\/sticky_note_pin.png",
        "24": "images\/notepad24.png",
        "48": "images\/notepad48.png",
        "128": "images\/notepad128.png"
    },
    "browser_action": {
        "default_title": "LinkedNotes",
        "default_icon": "images\/notepad24.png",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "6.0.0.0"
}