Link Worm
This extension allows you to easily share links with your friends.
Was ist Link Worm?
Link Worm ist eine Chrome-Erweiterung, die von http://linkworm.herokuapp.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to easily share links with your friends.".
Erweiterungsscreenshots
Link Worm-Erweiterungs-CRX-Datei herunterladen
Laden Sie Link Worm-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | idkbflehoaffjlpoblldieokepdbcmal |
Offizielle URL | https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal |
Beschreibung | This extension allows you to easily share links with your friends. |
Dateigröße | 177 KB |
Installationsanzahl | 34 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2015-01-02 |
Veröffentlichungsdatum | 2015-01-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://linkworm.herokuapp.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |