Share with Facebook, Twitter, Google+, Email
Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.
ما هو Share with Facebook, Twitter, Google+, Email؟
Share with Facebook, Twitter, Google+, Email هو إضافة Chrome تم تطويرها بواسطة Andy Zett، والميزة الرئيسية لها هي "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Share with Facebook, Twitter, Google+, Email
قم بتنزيل ملفات الامتداد Share with Facebook, Twitter, Google+, Email بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this extension to share a web page, an image, or a link with other people using Facebook, Twitter, Google+, email (whether your email client or Gmail), or send it to your Kindle for later reading. Google Apps domains are supported. This extension has been optimized for lightweight, performance, and privacy. In contrast to many similar extensions, it uses no background resources (you can verify this with Chrome's built-in task manager) and no tracking software (Google Analytics, etc.).
معلومات أساسية عن التمديد
الاسم | Share with Facebook, Twitter, Google+, Email |
ID | cjhmhnomplgoidnkjdacpmpccmaplnmk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/share-with-facebook-twitt/cjhmhnomplgoidnkjdacpmpccmaplnmk |
الوصف | Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle. |
حجم الملف | 18.56 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 3.0 |
آخر تحديث | 2018-03-11 |
تاريخ النشر | 2018-03-11 |
تقييم | 4.47/5 مجموع تقييمات 210 |
المطور | Andy Zett |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Share with Facebook, Twitter, Google+, Email", "description": "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.", "version": "3.0", "browser_action": { "default_icon": "sharethis-19.png", "default_title": "Share", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "icons": { "16": "sharethis-16.png", "48": "sharethis-48.png", "128": "sharethis-128.png" }, "permissions": [ "contextMenus", "tabs" ] } |