Tweeter

Tweet directly from your browser bar

Tweeterคืออะไร?

Tweeter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wegnerdesign.com และคุณลักษณะหลักของมันคือ "Tweet directly from your browser bar"

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

screenshot

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

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

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

                        No funny business tweet button.  All it does is puts a twitter icon on your toolbar, and automates twitter web intents when you hit tweet.  I don't track you.  I don't automatically enter text for you.  I don't make you follow me.

Just tweet stuff.

If you've got bugs, please leave a review with some details of what's going wrong.

If you've got feature requests, please go find another twitter extension and post them there.  When I say "No funny business", I mean it.  This app lets you send tweets.  That's it.  Nothing more.  Move along.                    

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

ชื่อ Tweeter Tweeter
ID mneicboilaibkfhoealhcglboiabhodb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tweeter/mneicboilaibkfhoealhcglboiabhodb
คำอธิบาย Tweet directly from your browser bar
ขนาดไฟล์ 257 KB
จำนวนการติดตั้ง 3,323
เวอร์ชันปัจจุบัน 0.6.1
อัปเดตครั้งล่าสุด 2012-07-05
วันที่เผยแพร่ 2012-07-05
คะแนน 4.20/5 รวมทั้งหมด 109 คะแนน
ผู้พัฒนา https://wegnerdesign.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.wegnerdesign.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tweeter",
    "version": "0.6.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/intent\/tweet"
    ],
    "description": "Tweet directly from your browser bar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}