Search on Twitter button (by CE-SA.org)
Get the 'Search text on Twitter' button on each context menu of a page you visit!
Search on Twitter button (by CE-SA.org)คืออะไร?
Search on Twitter button (by CE-SA.org) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ce-sa.org และคุณลักษณะหลักของมันคือ "Get the 'Search text on Twitter' button on each context menu of a page you visit!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search on Twitter button (by CE-SA.org)
ดาวน์โหลดไฟล์ส่วนขยาย Search on Twitter button (by CE-SA.org) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get the 'Search this text on Twitter' button on each context menu of a page you visit! Suggestions? Just comment! Don't forget to rate!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ehjkmgdnnoaejkniofflakchnoopombi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/search-on-twitter-button/ehjkmgdnnoaejkniofflakchnoopombi |
คำอธิบาย | Get the 'Search text on Twitter' button on each context menu of a page you visit! |
ขนาดไฟล์ | 23.03 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2014-10-05 |
วันที่เผยแพร่ | 2014-10-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://ce-sa.org |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": [ { "name": "CE-SA", "email": "[email protected]" } ], "manifest_version": 2, "name": "Search on Twitter button (by CE-SA.org)", "short_name": "SearchTwi", "description": "Get the 'Search text on Twitter' button on each context menu of a page you visit!", "version": "1.3.1", "icons": { "16": "16x16.png", "32": "32x32.png", "128": "128x128.png" }, "background": { "scripts": [ "script.js" ] }, "permissions": [ "tabs", "contextMenus" ] } |