Twitter's {searchTerms}
Hide Twitter's {searchTerms} page and display the home page instead.
Twitter's {searchTerms}คืออะไร?
Twitter's {searchTerms} เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Plippe และคุณลักษณะหลักของมันคือ "Hide Twitter's {searchTerms} page and display the home page instead."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter's {searchTerms}
ดาวน์โหลดไฟล์ส่วนขยาย Twitter's {searchTerms} ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Visiting Twitter with Google Chrome can be a pain. Twitter's "{searchTerms}" page is often displayed when you just want to get to its home page. If you find it annoying too, just install this little Chrome extension. With it, whenever the "{searchTerms}" page would be displayed, the home page is displayed instead. The extension's source code can be found on our website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | blgmfjfoadpcpedhlbfdfigmgbjdndon |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon |
คำอธิบาย | Hide Twitter's {searchTerms} page and display the home page instead. |
ขนาดไฟล์ | 16.79 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-07-12 |
วันที่เผยแพร่ | 2015-07-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Plippe |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/plippe/chrome-twitter-home |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "name": "Twitter's {searchTerms}", "homepage_url": "https:\/\/github.com\/pvinchon\/chrome_twitter_home", "description": "Hide Twitter's {searchTerms} page and display the home page instead.", "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/twitter.com\/" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |