Simple Share
Simply share your current tab by email, to your social networks or your Shaarli!
ما هو Simple Share؟
Simple Share هو إضافة Chrome تم تطويرها بواسطة Nicolas Devenet، والميزة الرئيسية لها هي "Simply share your current tab by email, to your social networks or your Shaarli!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Share
قم بتنزيل ملفات الامتداد Simple Share بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli. You can customize the extension to enable only services you want :) Use the Omnibox for directly share the page with the keyword “share”.
معلومات أساسية عن التمديد
الاسم | Simple Share |
ID | dpojjbgadcmbpdkmlgjcmamefmcfliem |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem |
الوصف | Simply share your current tab by email, to your social networks or your Shaarli! |
حجم الملف | 21.59 KB |
عدد التثبيتات | 244 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2018-04-16 |
تاريخ النشر | 2018-04-16 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Nicolas Devenet |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Devenet/SimpleShare |
عنوان صفحة المساعدة | https://github.com/Devenet/SimpleShare/issues |
اللغات المدعومة | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Share", "short_name": "Share", "version": "1.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "description": "__MSG_extension_description__", "browser_action": { "default_popup": "share.html", "default_icon": "images\/icon-19.png", "default_title": "__MSG_browser_action_title__" }, "background": { "persistent": false, "scripts": [ "scripts\/bg.js" ] }, "author": "Nicolas Devenet", "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare", "options_page": "options.html", "omnibox": { "keyword": "share" }, "permissions": [ "activeTab" ] } |