Link Worm
This extension allows you to easily share links with your friends.
ما هو Link Worm؟
Link Worm هو إضافة Chrome تم تطويرها بواسطة http://linkworm.herokuapp.com، والميزة الرئيسية لها هي "This extension allows you to easily share links with your friends.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Link Worm
قم بتنزيل ملفات الامتداد Link Worm بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | |
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" } } |