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

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

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