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是由Pavel Kolmogorov开发的Chrome扩展程序,该扩展的主要功能是“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

下载LinkedNotes扩展crx文件

下载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"
}