Link Worm

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

什么是Link Worm?

Link Worm是由http://linkworm.herokuapp.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to easily share links with your friends.”。

扩展截图

screenshot
screenshot

下载Link Worm扩展crx文件

下载Link Worm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Link Worm Link Worm
ID idkbflehoaffjlpoblldieokepdbcmal
官方URL https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal
简介 This extension allows you to easily share links with your friends.
文件大小 177 KB
安装次数 34
当前版本 0.1.2
更新时间 2015-01-02
上架时间 2015-01-02
评分 5.00/5 共1次评分
开发者 http://linkworm.herokuapp.com
付费类型 free
支持的语言 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"
    }
}