Link Worm

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

Cos'è Link Worm?

Link Worm è un'estensione di Chrome sviluppata da http://linkworm.herokuapp.com, e la sua funzione principale è "This extension allows you to easily share links with your friends.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Link Worm

Scarica i file di estensione Link Worm in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Link Worm Link Worm
ID idkbflehoaffjlpoblldieokepdbcmal
URL Ufficiale https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal
Descrizione This extension allows you to easily share links with your friends.
Dimensione del File 177 KB
Conteggio Installazioni 34
Versione Corrente 0.1.2
Ultimo Aggiornamento 2015-01-02
Data di Pubblicazione 2015-01-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://linkworm.herokuapp.com
Tipo di Pagamento free
Lingue Supportate 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"
    }
}