Easy Link Share

Share web links which you browse, in social network

ما هو Easy Link Share؟

Easy Link Share هو إضافة Chrome تم تطويرها بواسطة Karthikeyan S، والميزة الرئيسية لها هي "Share web links which you browse, in social network".

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

screenshot
screenshot

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

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

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

                        For some of the web pages, share buttons may be missing; in that case, it is cumbersome to share the page. This little extension just helps to share any of the web pages. On top of that, this little extension, wouldn't collect users data or browsing data in the backend.                    

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

الاسم Easy Link Share Easy Link Share
ID hakifdnhlnognadcclbelgmfijhogcnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-link-share/hakifdnhlnognadcclbelgmfijhogcnn
الوصف Share web links which you browse, in social network
حجم الملف 116 KB
عدد التثبيتات 117
النسخة الحالية 0.1
آخر تحديث 2015-05-14
تاريخ النشر 2015-05-14
تقييم 4.63/5 مجموع تقييمات 8
المطور Karthikeyan S
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Link Share",
    "short_name": "Link Share",
    "description": "Share web links which you browse, in social network",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/vendor\/angular.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}