Twitter Wide and Clear
Wide and Clear theme for Twitter website.
什麼是Twitter Wide and Clear?
Twitter Wide and Clear是由https://www.arundavid.com開發的Chrome擴展程式,該擴展的主要功能是“Wide and Clear theme for Twitter website.”。
擴展截圖
下載Twitter Wide and Clear擴展crx文件
下載Twitter Wide and Clear擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension makes twitter website to full width of the browser and removes the image/video/media preview from the timeline to increase the focus on content without distraction.
擴展基本資訊
名稱 | Twitter Wide and Clear |
ID | blbmlgjoglkgoejpipkbhnbggoegkkmm |
官方網址 | https://chromewebstore.google.com/detail/twitter-wide-and-clear/blbmlgjoglkgoejpipkbhnbggoegkkmm |
簡介 | Wide and Clear theme for Twitter website. |
檔案大小 | 58.29 KB |
安裝次數 | 40 |
目前版本 | 1.0 |
更新時間 | 2015-06-30 |
上架時間 | 2015-06-30 |
評分 | 1.00/5 共 1 次評分 |
開發者 | https://www.arundavid.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Wide and Clear", "version": "1.0", "manifest_version": 2, "description": "Wide and Clear theme for Twitter website.", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "jquery-1.7.2.min.js", "onload.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/twitter.com\/*" ] } |