CraftyText
This extension allows the user's text to be displayed on screen on top of a web page in large type
什么是CraftyText?
CraftyText是由https://crafty184.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user's text to be displayed on screen on top of a web page in large type”。
扩展截图
下载CraftyText扩展crx文件
下载CraftyText扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
**Only works on top of web pages, so first load a webpage like www.google.com then click the CT in the extensions bar** CraftyText is a simple app. It allows you to enter text, which then shows up big in the center of the screen. It works on top of your favorite website. Note: no data are transmitted to the developers. The permissions requested are due to the fact that it works on top of whatever website you're browsing. **UPDATED!** Added a Display button next to the Shorten button. You can now shorten URL's easily with CraftyText! Paste the URL into the CraftyText window, click Shorten, and wait a moment and watch the magic!
扩展基本信息
名称 | CraftyText |
ID | kjgfnioibniobfkjcjjfikmhecajpcio |
官方URL | https://chromewebstore.google.com/detail/craftytext/kjgfnioibniobfkjcjjfikmhecajpcio |
简介 | This extension allows the user's text to be displayed on screen on top of a web page in large type |
文件大小 | 487 KB |
安装次数 | 43,058 |
当前版本 | 3.0 |
更新时间 | 2021-10-19 |
上架时间 | 2016-11-26 |
评分 | 3.44/5 共27次评分 |
开发者 | https://crafty184.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.crafty184.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon16.png" }, "content_scripts": [ { "css": [ "jquery-ui-1.11.4.custom\/jquery-ui.css", "jquery-ui-1.11.4.custom\/jquery-ui.structure.css", "jquery-ui-1.11.4.custom\/jquery-ui.theme.css", "style.css" ], "js": [ "jquery.js", "jquery-ui-1.11.4.custom\/jquery-ui.js", "keypress-2.1.0.min.js", "lodash.js", "qrcode.js", "script.js" ], "matches": [ " |