Linki

Turns all things supposed to be links into clickable links.

Wat is Linki?

Linki is een Chrome-extensie ontwikkeld door GrannyCookies, en de belangrijkste functie is "Turns all things supposed to be links into clickable links.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Linki

Download Linki-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

                        Link turns all 'unclickable' links into normal, clickable ones.

Designed for scratch.mit.edu - but it should work on any site.

By Alex Bates (aka GrannyCookies)                    

Basisinformatie over de Extensie

Naam Linki Linki
ID flkapddfakppnmgnoncjpblneeojcmdj
Officiële URL https://chromewebstore.google.com/detail/linki/flkapddfakppnmgnoncjpblneeojcmdj
Beschrijving Turns all things supposed to be links into clickable links.
Bestandsgrootte 46.69 KB
Aantal Installaties 110
Huidige Versie 1.3
Laatst Bijgewerkt 2014-11-10
Publicatiedatum 2014-11-10
Beoordeling 2.60/5 Totaal 5 Beoordelingen
Ontwikkelaar GrannyCookies
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linki",
    "description": "Turns all things supposed to be links into clickable links.",
    "version": "1.3",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Run Linki",
        "default_icon": "48.png"
    }
}