Link Worm

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

Co to jest Link Worm?

Link Worm to rozszerzenie Chrome opracowane przez http://linkworm.herokuapp.com, a jego główną funkcją jest „This extension allows you to easily share links with your friends.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Link Worm

Pobierz pliki rozszerzeń Link Worm w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Link Worm Link Worm
ID idkbflehoaffjlpoblldieokepdbcmal
Oficjalny URL https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal
Opis This extension allows you to easily share links with your friends.
Rozmiar pliku 177 KB
Liczba instalacji 34
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2015-01-02
Data Publikacji 2015-01-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://linkworm.herokuapp.com
Typ Płatności free
Obsługiwane Języki 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"
    }
}