CraftyText
This extension allows the user's text to be displayed on screen on top of a web page in large type
Что такое CraftyText?
CraftyText - это расширение Chrome, разработанное https://crafty184.com, и его основная функция - "This extension allows the user's text to be displayed on screen on top of a web page in large type".
Снимки экрана расширения
Скачать файл CRX расширения CraftyText
Скачайте файлы расширений 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": [ " |