Link Worm

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

Link Worm क्या है?

Link Worm http://linkworm.herokuapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to easily share links with your friends."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Link Worm एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}