Easy Share
Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
ما هو Easy Share؟
Easy Share هو إضافة Chrome تم تطويرها بواسطة Cloudymedia.com، والميزة الرئيسية لها هي "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy Share
قم بتنزيل ملفات الامتداد Easy Share بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use the icon of Easy Share in your address bar to popup a little window with the sharing services. Choose which ones you want, and click on Share. It's not rocket science, we don't ask permissions, we don't require registration, we don't put ads, we just popup each service with the URL to share the page and nothing else. Supported services: Twitter, Facebook and Google+, Pinterest, Linkedin, Tumblr or Gmail. NEW: Remembers the services selected in last session.
معلومات أساسية عن التمديد
الاسم | Easy Share |
ID | ogeflpmllfpecnnlkoifcolpcdpdojbd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd |
الوصف | Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple. |
حجم الملف | 133 KB |
عدد التثبيتات | 2,549 |
النسخة الحالية | 1.8.1 |
آخر تحديث | 2013-10-24 |
تاريخ النشر | 2013-10-24 |
تقييم | 4.36/5 مجموع تقييمات 45 |
المطور | Cloudymedia.com |
نوع الدفع | free |
موقع الإضافة | http://www.cloudymedia.com/easy-share/ |
عنوان صفحة المساعدة | https://github.com/emilioastarita/easy-share |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Share", "version": "1.8.1", "description": "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "take-screen.js" ] } ], "permissions": [ "tabs" ], "page_action": { "default_name": "Easy Share", "default_icon": "marker.png", "default_popup": "popup.html" }, "manifest_version": 2 } |