Link Worm
This extension allows you to easily share links with your friends.
Hvad er Link Worm?
Link Worm er en Chrome-udvidelse udviklet af http://linkworm.herokuapp.com, og dens hovedfunktion er "This extension allows you to easily share links with your friends.".
Udvidelsesskærmbilleder
Download Link Worm-udvidelses-CRX-fil
Download Link Worm-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | idkbflehoaffjlpoblldieokepdbcmal |
Officiel URL | https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal |
Beskrivelse | This extension allows you to easily share links with your friends. |
Filstørrelse | 177 KB |
Antal Installationer | 34 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2015-01-02 |
Udgivelsesdato | 2015-01-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://linkworm.herokuapp.com |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |