Link Worm
This extension allows you to easily share links with your friends.
Link Worm là gì?
Link Worm là một tiện ích mở rộng Chrome được phát triển bởi http://linkworm.herokuapp.com, và tính năng chính của nó là "This extension allows you to easily share links with your friends.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Link Worm
Tải xuống các tệp mở rộng Link Worm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | idkbflehoaffjlpoblldieokepdbcmal |
URL Chính Thức | https://chrome.google.com/webstore/detail/link-worm/idkbflehoaffjlpoblldieokepdbcmal |
Mô tả | This extension allows you to easily share links with your friends. |
Kích Thước Tệp | 177 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2015-01-02 |
Ngày Phát Hành | 2015-01-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://linkworm.herokuapp.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |