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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add persistent line bookmarks with notes on different places on a page and easily scroll between them"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Page Notes & Line Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}