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 là gì?

Page Notes & Line Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi Ali Zeaiter, và tính năng chính của nó là "Add persistent line bookmarks with notes on different places on a page and easily scroll between them".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page Notes & Line Bookmarks

Tải xuống các tệp mở rộng Page Notes & Line Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page Notes & Line Bookmarks Page Notes & Line Bookmarks
ID kdjhicgeeplbljnmfccpbkkbllhcahae
URL Chính Thức https://chromewebstore.google.com/detail/page-notes-line-bookmarks/kdjhicgeeplbljnmfccpbkkbllhcahae
Mô tả Add persistent line bookmarks with notes on different places on a page and easily scroll between them
Kích Thước Tệp 17.35 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2018-09-26
Ngày Phát Hành 2018-09-25
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Ali Zeaiter
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}