Twitter Edit Button
twitter.com Edit Button (FOR FUN ONLY)
Twitter Edit Buttonคืออะไร?
Twitter Edit Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mywordle.org และคุณลักษณะหลักของมันคือ "twitter.com Edit Button (FOR FUN ONLY)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Edit Button
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Edit Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a MAGIC button. This is a button that EVERYONE should have. You can edit any tweet! Not only your own tweets, but also any! Update on Aug 7, - More stable for Edit Button toggle options. - Bug fixes. Update on Aug 6, - Adapt to the latest Twitter.com DOM nodes. Update on Jul 15, - Fixed a bug that clicking the toggle edit button will scroll the page if you are not on the top. Update on Jul 8, - Now the status of Edit Button will be remembered by localStorage. Update on Jul 4, - Improved the toggle. Now looks very native on Twitter.com - Fixed some bugs. Disclaimer: We are not responsible for any content that users upload/edit. The user should take his/her own responsibility for using this tool.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | emlkfjkhnbaagjkofhllinflfggmenld |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitter-edit-button/emlkfjkhnbaagjkofhllinflfggmenld |
คำอธิบาย | twitter.com Edit Button (FOR FUN ONLY) |
ขนาดไฟล์ | 233 KB |
จำนวนการติดตั้ง | 561 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2022-07-21 |
วันที่เผยแพร่ | 2019-07-15 |
คะแนน | 2.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://mywordle.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chrome.google.com/webstore/detail/twitter-edit-button/emlkfjkhnbaagjkofhllinflfggmenld?hl=en |
URL หน้านโยบายความเป็นส่วนตัว | https://high-qr-code-generator.com/privacy.txt |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "[email protected]", "default_popup": "popup.html", "default_title": "Twitter Edit Button 2.1" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'", "content_scripts": [ { "js": [ "js\/jquery.js", "js\/ga.helper.js" ], "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ] } ], "description": "twitter.com Edit Button (FOR FUN ONLY)", "icons": { "128": "[email protected]", "16": "[email protected]", "19": "[email protected]", "48": "[email protected]" }, "manifest_version": 2, "name": "Twitter Edit Button", "permissions": [ "activeTab", "contextMenus", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "version": "2.1", "web_accessible_resources": [ "js\/jquery.js", "js\/script.twitter.hack.js", "css\/twitter.style.css", "css\/popup.style.css" ] } |