Twitter Dusk
A twitter theme inspired by the twitter app night mode.
什么是Twitter Dusk?
Twitter Dusk是由https://ggarnhart.com开发的Chrome扩展程序,该扩展的主要功能是“A twitter theme inspired by the twitter app night mode.”。
扩展截图
下载Twitter Dusk扩展crx文件
下载Twitter Dusk扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Twitter Dusk provides users with a color scheme similar to that of the Twitter app's night mode. Twitter Dusk will continue to be updated for fuller site wide support. In the coming weeks its contents will be uploaded to GitHub.
扩展基本信息
名称 | Twitter Dusk |
ID | popkolfnihkkdcmemlhcijdfkmodjejk |
官方URL | https://chromewebstore.google.com/detail/twitter-dusk/popkolfnihkkdcmemlhcijdfkmodjejk |
简介 | A twitter theme inspired by the twitter app night mode. |
文件大小 | 59.49 KB |
安装次数 | 17 |
当前版本 | 1.0.1 |
更新时间 | 2016-12-19 |
上架时间 | 2016-12-19 |
评分 | 4.33/5 共3次评分 |
开发者 | https://ggarnhart.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Dusk", "version": "1.0.1", "description": "A twitter theme inspired by the twitter app night mode.", "permissions": [ "https:\/\/twitter.com\/", "tabs", "activeTab" ], "background": { "scripts": [ "Scripts\/execute.js" ] }, "browser_action": { "default_popup": "nightExtension.html", "default_icon": "Images\/darkTwitter.png", "default_html": "nightExtension.html" } } |