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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}