Link Worm

This extension allows you to easily share links with your friends.

Wat is Link Worm?

Link Worm is een Chrome-extensie ontwikkeld door http://linkworm.herokuapp.com, en de belangrijkste functie is "This extension allows you to easily share links with your friends.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Link Worm

Download Link Worm-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 Worm is the fastest and easiest way to share links with your friends! 

If you come across an interesting web page while browsing, simply click the extension icon, select a friend, and it will appear instantly on their computer! 

In order to use this awesome service, register for FREE at http://linkworm.herokuapp.com and add your friends!


New in version 0.1.2: auto-login and loading spinners                    

Basisinformatie over de Extensie

Naam Link Worm Link Worm
ID idkbflehoaffjlpoblldieokepdbcmal
Officiële URL https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal
Beschrijving This extension allows you to easily share links with your friends.
Bestandsgrootte 177 KB
Aantal Installaties 34
Huidige Versie 0.1.2
Laatst Bijgewerkt 2015-01-02
Publicatiedatum 2015-01-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://linkworm.herokuapp.com
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Worm",
    "description": "This extension allows you to easily share links with your friends.",
    "version": "0.1.2",
    "permissions": [
        "http:\/\/linkworm.herokuapp.com\/*",
        "gcm",
        "storage",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "res\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "res\/img\/icon.png",
        "default_popup": "res\/login.html"
    },
    "icons": {
        "16": "res\/img\/icon16.png",
        "48": "res\/img\/icon48.png",
        "128": "res\/img\/icon128.png"
    }
}