Lynn

Vim-like bookmarking with tags

Wat is Lynn?

Lynn is een Chrome-extensie ontwikkeld door octref.dev, en de belangrijkste functie is "Vim-like bookmarking with tags".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Lynn

Download Lynn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A powerful Chrome extension that lets you manage bookmarks with tags, in the Vim way.

Demo: https://www.youtube.com/watch?v=6okSvOLjmfY
Website & Doc: http://octref.github.io/lynn/
Github: https://github.com/octref/lynn                    

Basisinformatie over de Extensie

Naam Lynn Lynn
ID addhcckhdjeddcehoelbklmanbpadggk
Officiële URL https://chromewebstore.google.com/detail/lynn/addhcckhdjeddcehoelbklmanbpadggk
Beschrijving Vim-like bookmarking with tags
Bestandsgrootte 305 KB
Aantal Installaties 14
Huidige Versie 0.2.13
Laatst Bijgewerkt 2015-08-27
Publicatiedatum 2015-08-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar octref.dev
Betalingswijze free
Extensiewebsite https://github.com/octref/lynn
Help Pagina-URL https://github.com/octref/lynn/issues
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lynn",
    "version": "0.2.13",
    "description": "Vim-like bookmarking with tags",
    "permissions": [
        "bookmarks",
        "storage",
        "tabs"
    ],
    "icons": {
        "64": "icon\/lynn-transparent-64.png",
        "128": "icon\/lynn-transparent-128.png"
    },
    "options_page": "option_page\/site\/html\/option.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/lynn.css",
                "css\/animate.css",
                "vendor\/css\/font-awesome.min.css"
            ],
            "js": [
                "lib\/lodash.min.js",
                "lib\/jquery.min.js",
                "lib\/react.js",
                "js\/shared_util.js",
                "js\/shared_messaging.js",
                "js\/shared_storage.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/lodash.min.js",
            "js\/shared_util.js",
            "js\/shared_storage.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "vendor\/font\/fontawesome-webfont.woff"
    ]
}