Link Sharing
Link sharing resource
ما هو Link Sharing؟
Link Sharing هو إضافة Chrome تم تطويرها بواسطة Travis Weidenbenner، والميزة الرئيسية لها هي "Link sharing resource".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Link Sharing
قم بتنزيل ملفات الامتداد Link Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
What's New? ------------- v1.0.2 -Fixed bug on install page that wouldn't close it or open pics in popup. Description ------------- Link Sharing is a project I made in order to easily share links with friends/colleagues. It is an open source extension. You can find the source on my GitHub: https://github.com/travis-w/Link-Sharing Please give feedback and/or contribute to the code.
معلومات أساسية عن التمديد
الاسم | |
ID | haehadeohhghodnfohinokocaaellnga |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga |
الوصف | Link sharing resource |
حجم الملف | 330 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2013-09-14 |
تاريخ النشر | 2013-09-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Travis Weidenbenner |
نوع الدفع | free |
موقع الإضافة | https://github.com/travis-w/Link-Sharing |
عنوان صفحة المساعدة | https://github.com/travis-w/Link-Sharing |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Sharing", "version": "1.0.2", "manifest_version": 2, "description": "Link sharing resource", "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Save Link", "default_popup": "index.html" }, "background": { "page": "background.html" }, "options_page": "install.html", "permissions": [ "notifications", "tabs", "https:\/\/api.cloudmine.me\/*", "https:\/\/*.cloudmine.me\/*", "https:\/\/cloudmine.me\/*" ], "web_accessible_resources": [ "images\/icon19.png" ] } |