Comic Sans Twitter
Show all tweets in Comic Sans font
什么是Comic Sans Twitter?
Comic Sans Twitter是由katystreet开发的Chrome扩展程序,该扩展的主要功能是“Show all tweets in Comic Sans font”。
扩展截图
下载Comic Sans Twitter扩展crx文件
下载Comic Sans Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make all your tweets Comic Sans.
扩展基本信息
名称 | ![]() |
ID | hamipdmocohimjhohllchgclheibnkfn |
官方URL | https://chrome.google.com/webstore/detail/comic-sans-twitter/hamipdmocohimjhohllchgclheibnkfn |
简介 | Show all tweets in Comic Sans font |
文件大小 | 134 KB |
安装次数 | 19 |
当前版本 | 0.0.2 |
更新时间 | 2018-12-17 |
上架时间 | 2018-12-17 |
评分 | 5.00/5 共1次评分 |
开发者 | katystreet |
付费类型 | free |
扩展官网 | http://www.katygero.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comic Sans Twitter", "version": "0.0.2", "description": "Show all tweets in Comic Sans font", "permissions": [ "*:\/\/*.twitter.com\/*" ], "icons": { "16": "images\/noun_turtle_transparent_cropped_16.png", "32": "images\/noun_turtle_transparent_cropped_32.png", "48": "images\/noun_turtle_transparent_cropped_48.png", "128": "images\/noun_turtle_transparent_cropped_128.png" }, "browser_action": { "default_icon": "images\/noun_turtle_transparent_cropped_32.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "styles.css" ], "js": [ "main.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |