Just Tweet Button
Just tweet browsing site, without any other features
Just Tweet Buttonคืออะไร?
Just Tweet Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KaoriYa และคุณลักษณะหลักของมันคือ "Just tweet browsing site, without any other features"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just Tweet Button
ดาวน์โหลดไฟล์ส่วนขยาย Just Tweet Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Very very very simple tweet button. Just tweet current site title and URL. No other features like the count. You cat get whole source codes from here: https://github.com/koron/JustTweet Changes in 1.1: * Add "tabs" permission to work with new version of Chrome. * Change prefix for page title as "»". (it will be configurable in future version)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Just Tweet Button |
ID | feikojefkpembojkeegfajbbfecocddd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/just-tweet-button/feikojefkpembojkeegfajbbfecocddd |
คำอธิบาย | Just tweet browsing site, without any other features |
ขนาดไฟล์ | 10.92 KB |
จำนวนการติดตั้ง | 7,645 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-06-10 |
วันที่เผยแพร่ | 2017-06-09 |
คะแนน | 4.40/5 รวมทั้งหมด 42 คะแนน |
ผู้พัฒนา | KaoriYa |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.1", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_16.png", "default_title": "__MSG_buttonTip__" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |