TweetDeck Image Extension
Support additional image preview for TweetDeck
TweetDeck Image Extensionคืออะไร?
TweetDeck Image Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yous และคุณลักษณะหลักของมันคือ "Support additional image preview for TweetDeck"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TweetDeck Image Extension
ดาวน์โหลดไฟล์ส่วนขยาย TweetDeck Image Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enables additional image preview. Image preview is supported for: - Instagram - puu.sh - https://youtu.be - pixiv Changelog: - 0.6.0 - Refine regular expressions for link - Fix for pixiv when its account is logged in - Use ESLint - Add JSDoc - 0.5.1 - Fix bug that media isn't displayed with quote tweets - 0.5.0 - Support small, medium media preview for each column - 0.4.2 - Fix memory leak bug - 0.4.1 - Fix bug that previews of detail are getting replaced - 0.4.0 - Support pixiv - 0.3.3 - Fix bug for the position of tweet detail images - 0.3.2 - Use relaxed regex for YouTube URL - 0.3.1 - Ignore case for regex matching - 0.3.0 - Support https://youtu.be - 0.2.3 - Fix bug that puu.sh preview isn't working - 0.2.2 - Support Instagram URL not having `www.` prefix - Fix bug that inserts image preview on modal view - Display images in proper order - Fix bug that links to wrong URL - 0.2.1 - Fix Instagram image URL - 0.2.0 - Support instagram.com - 0.1.0 - Initial release Report bugs here: https://github.com/yous/tweetdeck_image_extension/issues Source code can be found here: https://github.com/yous/tweetdeck_image_extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TweetDeck Image Extension |
ID | pnbmleebcgilngfaiijcijbogkeiglml |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tweetdeck-image-extension/pnbmleebcgilngfaiijcijbogkeiglml |
คำอธิบาย | Support additional image preview for TweetDeck |
ขนาดไฟล์ | 10.26 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 0.6.0 |
อัปเดตครั้งล่าสุด | 2017-01-31 |
วันที่เผยแพร่ | 2017-01-31 |
ผู้พัฒนา | yous |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/yous/tweetdeck_image_extension |
URL หน้าช่วยเหลือ | https://github.com/yous/tweetdeck_image_extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TweetDeck Image Extension", "version": "0.6.0", "description": "Support additional image preview for TweetDeck", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "background.html", "persistent": true }, "author": "Chayoung You", "content_scripts": [ { "matches": [ "*:\/\/tweetdeck.twitter.com\/*" ], "js": [ "injected.js" ] } ], "homepage_url": "https:\/\/github.com\/yous\/tweetdeck_image_extension", "incognito": "spanning", "permissions": [ "*:\/\/tweetdeck.twitter.com\/*", "*:\/\/instagram.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.pixiv.net\/*" ], "short_name": "TD Image Ext" } |