Page Notes & Line Bookmarks

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

Qu'est-ce que Page Notes & Line Bookmarks ?

Page Notes & Line Bookmarks est une extension Chrome développée par Ali Zeaiter, et sa fonction principale est "Add persistent line bookmarks with notes on different places on a page and easily scroll between them".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Page Notes & Line Bookmarks

Téléchargez les fichiers d'extension Page Notes & Line Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Page Notes & Line Bookmarks Page Notes & Line Bookmarks
ID kdjhicgeeplbljnmfccpbkkbllhcahae
URL Officiel https://chromewebstore.google.com/detail/page-notes-line-bookmarks/kdjhicgeeplbljnmfccpbkkbllhcahae
Description Add persistent line bookmarks with notes on different places on a page and easily scroll between them
Taille du Fichier 17.35 KB
Nombre d'Installations 47
Version Actuelle 0.0.5
Dernière Mise à Jour 2018-09-26
Date de Publication 2018-09-25
Évaluation 4.88/5 Total 8 Évaluations
Développeur Ali Zeaiter
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}