Link Worm
This extension allows you to easily share links with your friends.
Co je Link Worm?
Link Worm je rozšíření Chrome vyvinuté http://linkworm.herokuapp.com, a jeho hlavní funkcí je „This extension allows you to easily share links with your friends.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Link Worm
Stáhněte si soubory rozšíření Link Worm ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | idkbflehoaffjlpoblldieokepdbcmal |
Oficiální URL | https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal |
Popis | This extension allows you to easily share links with your friends. |
Velikost souboru | 177 KB |
Počet instalací | 34 |
Aktuální Verze | 0.1.2 |
Poslední Aktualizace | 2015-01-02 |
Datum Vydání | 2015-01-02 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | http://linkworm.herokuapp.com |
Typ Platby | free |
Podporované Jazyky | 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" } } |