Retina Twitter
This extension replaces low resolution twitter avatars with a retina-ready equivalent.
什麼是Retina Twitter?
Retina Twitter是由humanloop開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces low resolution twitter avatars with a retina-ready equivalent.”。
擴展截圖
下載Retina Twitter擴展crx文件
下載Retina Twitter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replaces twitter avatars (profile pics) with a higher resolution version.
Makes Twitter.com a more enjoyable experience for those with a HiDPI monitor.
(Open Source: https://github.com/jordn/retina-twitter) 擴展基本資訊
| 名稱 | |
| ID | hgdfdmoaogekkpncleidmpddpijgeakp |
| 官方網址 | https://chromewebstore.google.com/detail/retina-twitter/hgdfdmoaogekkpncleidmpddpijgeakp |
| 簡介 | This extension replaces low resolution twitter avatars with a retina-ready equivalent. |
| 檔案大小 | 40.85 KB |
| 安裝次數 | 63 |
| 目前版本 | 1.1 |
| 更新時間 | 2013-10-13 |
| 上架時間 | 2013-10-13 |
| 評分 | 3.50/5 共 2 次評分 |
| 開發者 | humanloop |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Retina Twitter",
"description": "This extension replaces low resolution twitter avatars with a retina-ready equivalent.",
"version": "1.1",
"icons": {
"48": "logo-48.png",
"128": "logo-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"jquery-2.0.0.min.js",
"main.js"
],
"run_at": "document_end"
}
],
"permissions": [
"https:\/\/twitter.com\/"
],
"web_accessible_resources": [
"jquery-2.0.0.min.js",
"jquery.min.map"
]
} | |