Link Worm

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

Apa itu Link Worm?

Link Worm adalah ekstensi Chrome yang dikembangkan oleh http://linkworm.herokuapp.com, dan fitur utamanya adalah "This extension allows you to easily share links with your friends.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Link Worm

Unduh file ekstensi Link Worm dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Link Worm Link Worm
ID idkbflehoaffjlpoblldieokepdbcmal
URL Resmi https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal
Deskripsi This extension allows you to easily share links with your friends.
Ukuran File 177 KB
Jumlah Instalasi 34
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2015-01-02
Tanggal Publikasi 2015-01-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://linkworm.herokuapp.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}