Simple Share

Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.

ما هو Simple Share؟

Simple Share هو إضافة Chrome تم تطويرها بواسطة Nachiket Vartak، والميزة الرئيسية لها هي "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Simple Share

قم بتنزيل ملفات الامتداد Simple Share بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.

This extension contains no ads and no tracking. Credits go to Andy Wagner for the original extension.

I have added Reddit as an additional service and can add several other services if required.                    

معلومات أساسية عن التمديد

الاسم Simple Share Simple Share
ID pogmhkgpgojoolbdonmccgnnmfopelka
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka
الوصف Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
حجم الملف 23.64 KB
عدد التثبيتات 687
النسخة الحالية 2.1.2
آخر تحديث 2013-11-26
تاريخ النشر 2013-11-26
تقييم 4.71/5 مجموع تقييمات 7
المطور Nachiket Vartak
نوع الدفع free
موقع الإضافة http://www.emergentnoise.com
اللغات المدعومة en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "sharethis-19.png",
        "default_popup": "popup.html",
        "default_title": "Share"
    },
    "description": "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.",
    "icons": {
        "128": "sharethis-128.png",
        "16": "sharethis-16.png",
        "48": "sharethis-48.png"
    },
    "manifest_version": 2,
    "name": "Simple Share",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.2"
}