Twitter original images (miki-shirusi)
Display the images in its original size on twitter.com when clicked tweet.
Twitter original images (miki-shirusi)คืออะไร?
Twitter original images (miki-shirusi) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mikiishijima.com และคุณลักษณะหลักของมันคือ "Display the images in its original size on twitter.com when clicked tweet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter original images (miki-shirusi)
ดาวน์โหลดไฟล์ส่วนขยาย Twitter original images (miki-shirusi) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Display the images in its original size on twitter.com when clicked tweet. So simple & minimum codes. Lightweight extension. v.1.1 2016/07/25 [fixed] collapse gallery content when show too big original image. [added] The original image displayed on the toggle has to be switched. [added] Shortcut key 'O' is now available .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gngemdehcfeffjiifgpjedncfppnmcko |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko |
คำอธิบาย | Display the images in its original size on twitter.com when clicked tweet. |
ขนาดไฟล์ | 48.92 KB |
จำนวนการติดตั้ง | 373 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-07-25 |
วันที่เผยแพร่ | 2016-07-25 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://mikiishijima.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "TOI", "icons": { "16": "icon-16.png", "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/twitter.com\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "main.css" ], "js": [ "jquery-3.0.0.min.js", "main.js" ] } ], "web_accessible_resources": [ "toi-icon.png" ] } |