Easy Share

Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.

Easy Shareคืออะไร?

Easy Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cloudymedia.com และคุณลักษณะหลักของมันคือ "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Share

ดาวน์โหลดไฟล์ส่วนขยาย Easy Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Use the icon of Easy Share in your address bar to popup a little window with the sharing services. Choose which ones you want, and click on Share. It's not rocket science, we don't ask permissions, we don't require registration, we don't put ads, we just popup each service with the URL to share the page and nothing else.
Supported services: Twitter, Facebook and Google+, Pinterest, Linkedin, Tumblr or Gmail.

NEW: Remembers the services selected in last session.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy Share Easy Share
ID ogeflpmllfpecnnlkoifcolpcdpdojbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd
คำอธิบาย Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 2,549
เวอร์ชันปัจจุบัน 1.8.1
อัปเดตครั้งล่าสุด 2013-10-24
วันที่เผยแพร่ 2013-10-24
คะแนน 4.36/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา Cloudymedia.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.cloudymedia.com/easy-share/
URL หน้าช่วยเหลือ https://github.com/emilioastarita/easy-share
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Share",
    "version": "1.8.1",
    "description": "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "take-screen.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_name": "Easy Share",
        "default_icon": "marker.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}