QuickTweet

A Twitter ToolKit by Will

QuickTweetคืออะไร?

QuickTweet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cobwebsteruk และคุณลักษณะหลักของมันคือ "A Twitter ToolKit by Will"

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

screenshot

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

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

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

                        A Quick Tweeting tool which allows you to tweet selections, pages, images and URLS without the need of typing or going to twitter.

Right click anywhere on a page to tweet the page URL
Right click selected text to tweet the text
Right click a image to tweet the image
Right click a link to tweet the link                    

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

ชื่อ QuickTweet QuickTweet
ID glongeojkcbhnkhjjlbijdcfgmndigjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quicktweet/glongeojkcbhnkhjjlbijdcfgmndigjp
คำอธิบาย A Twitter ToolKit by Will
ขนาดไฟล์ 15.44 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-07-10
วันที่เผยแพร่ 2017-07-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา cobwebsteruk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickTweet",
    "description": "A Twitter ToolKit by Will",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "64": "bigicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "contextMenus"
    ]
}