Link Worm

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

What is Link Worm?

Link Worm is a Chrome extension developed by http://linkworm.herokuapp.com, and its main feature is "This extension allows you to easily share links with your friends.".

Extension Screenshots

screenshot
screenshot

Download Link Worm Extension CRX File

Download Link Worm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Link Worm Link Worm
ID idkbflehoaffjlpoblldieokepdbcmal
Official URL https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal
Description This extension allows you to easily share links with your friends.
File Size 177 KB
Installation Count 34
Current Version 0.1.2
Last Updated 2015-01-02
Publish Date 2015-01-02
Rating 5.00/5 Total 1 Ratings
Developer http://linkworm.herokuapp.com
Payment Type free
Supported Languages 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"
    }
}