Twitter Share

Allows you to share text,images,content,links,pages,etc. to your twitter account

Twitter Shareคืออะไร?

Twitter Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย owaiskazi19 และคุณลักษณะหลักของมันคือ "Allows you to share text,images,content,links,pages,etc. to your twitter account"

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

screenshot
screenshot
screenshot

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

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

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

                        Now no need to open every time your twitter account,log in and then tweet anything. You can directly share any selected text,image,link or any page directly to your twitter profile with this extension.                    

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

ชื่อ Twitter Share Twitter Share
ID oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
คำอธิบาย Allows you to share text,images,content,links,pages,etc. to your twitter account
ขนาดไฟล์ 12.12 KB
จำนวนการติดตั้ง 204
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-02-14
วันที่เผยแพร่ 2016-02-14
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา owaiskazi19
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Share",
    "description": "Allows you to share text,images,content,links,pages,etc. to your twitter account",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}