QualiTweet
Enhance twitter.com with Filters and Hide functions !
QualiTweetคืออะไร?
QualiTweet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.qualitiso.com และคุณลักษณะหลักของมันคือ "Enhance twitter.com with Filters and Hide functions !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QualiTweet
ดาวน์โหลดไฟล์ส่วนขยาย QualiTweet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | neaimdcigdblicjhcibomfdjggkpiefm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/qualitweet/neaimdcigdblicjhcibomfdjggkpiefm |
คำอธิบาย | Enhance twitter.com with Filters and Hide functions ! |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 187 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2015-02-21 |
วันที่เผยแพร่ | 2015-02-21 |
คะแนน | 4.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://www.qualitiso.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.qualitiso.com/qualitweet-twitter-filtre/ |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "background": { "scripts": [ "js\/background-bundle.js" ] }, "content_scripts": [ { "css": [ "css\/filters-bundle.css" ], "js": [ "js\/page-bundle.js" ], "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "homepage_url": "http:\/\/www.qualitiso.com", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "22", "name": "__MSG_title__", "permissions": [ "tabs", "contextMenus", "storage", "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "short_name": "QualiTweet", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |