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
官方網址 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"
}