Page Notes & Line Bookmarks

Add persistent line bookmarks with notes on different places on a page and easily scroll between them

什麼是Page Notes & Line Bookmarks?

Page Notes & Line Bookmarks是由Ali Zeaiter開發的Chrome擴展程式,該擴展的主要功能是“Add persistent line bookmarks with notes on different places on a page and easily scroll between them”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Page Notes & Line Bookmarks擴展crx文件

下載Page Notes & Line Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        I can’t count the times I have wanted to easily scroll back to a certain line while reading a long page without wasting a couple of seconds to find it. Therefore, I created this extension that lets me easily pin lines I am interested in and find them later immediately using a simple shortcut. I even made them have notes and be persistent :).
Persistent means that they stay on the page even if I exit chrome or shut down my computer until I remove them myself ensuring I never lose important information.

So being the awesome fellow I am, I am sharing it with everyone.                    

擴展基本資訊

名稱 Page Notes & Line Bookmarks Page Notes & Line Bookmarks
ID kdjhicgeeplbljnmfccpbkkbllhcahae
官方網址 https://chromewebstore.google.com/detail/page-notes-line-bookmarks/kdjhicgeeplbljnmfccpbkkbllhcahae
簡介 Add persistent line bookmarks with notes on different places on a page and easily scroll between them
檔案大小 17.35 KB
安裝次數 47
目前版本 0.0.5
更新時間 2018-09-26
上架時間 2018-09-25
評分 4.88/5 共 8 次評分
開發者 Ali Zeaiter
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "author": "Ali Zeaiter",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/bookmark.css"
            ],
            "js": [
                "js\/bookmark.c.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Add persistent line bookmarks with notes on different places on a page and easily scroll between them",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "19": "icons\/icon19.png"
    },
    "manifest_version": 2,
    "name": "Page Notes & Line Bookmarks",
    "offline_enabled": true,
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5",
    "web_accessible_resources": [
        "media\/placeholder.svg"
    ]
}