Tweet Button
Adds Tweet Button to Toolbar
Tweet Buttonคืออะไร?
Tweet Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย foooomio และคุณลักษณะหลักของมันคือ "Adds Tweet Button to Toolbar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweet Button
ดาวน์โหลดไฟล์ส่วนขยาย Tweet Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome Extension that adds Tweet Button to Toolbar This software is released under the MIT License. https://github.com/foooomio/tweet-button-webext
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tweet Button |
ID | joolebahkfpcoapinfefhalfgjkpablf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf |
คำอธิบาย | Adds Tweet Button to Toolbar |
ขนาดไฟล์ | 9.26 KB |
จำนวนการติดตั้ง | 165 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-05-08 |
วันที่เผยแพร่ | 2019-01-02 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | foooomio |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/foooomio/tweet-button-webext |
URL หน้านโยบายความเป็นส่วนตัว | https://foooomio.net/extensions/privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tweet Button", "description": "Adds Tweet Button to Toolbar", "version": "3.0.0", "action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } } |