CraftyText

This extension allows the user's text to be displayed on screen on top of a web page in large type

CraftyText là gì?

CraftyText là một tiện ích mở rộng Chrome được phát triển bởi https://crafty184.com, và tính năng chính của nó là "This extension allows the user's text to be displayed on screen on top of a web page in large type".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CraftyText

Tải xuống các tệp mở rộng CraftyText dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        **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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CraftyText CraftyText
ID kjgfnioibniobfkjcjjfikmhecajpcio
URL Chính Thức https://chromewebstore.google.com/detail/craftytext/kjgfnioibniobfkjcjjfikmhecajpcio
Mô tả This extension allows the user's text to be displayed on screen on top of a web page in large type
Kích Thước Tệp 487 KB
Số Lần Cài Đặt 43,058
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2021-10-19
Ngày Phát Hành 2016-11-26
Đánh Giá 3.44/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://crafty184.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.crafty184.com
Ngôn Ngữ Được Hỗ Trợ 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": [
                "",
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension allows the user's text to be displayed on screen on top of a web page in large type",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "CraftyText",
    "permissions": [
        "activeTab"
    ],
    "version": "3.0",
    "web_accessible_resources": [
        "css\/*",
        "style.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",
        "jquery-ui-1.11.4.custom\/images\/ui-bg_diagonals-thick_90_eeeeee_40x40.png",
        "jquery-ui-1.11.4.custom\/images\/ui-bg_diagonals-thick_90_eeeeee_40x40.png",
        "jquery-ui-1.11.4.custom\/images\/ui-bg_glass_50_3baae3_1x400.png",
        "jquery-ui-1.11.4.custom\/images\/ui-bg_glass_80_d7ebf9_1x400.png",
        "jquery-ui-1.11.4.custom\/images\/ui-bg_glass_100_e4f1fb_1x400.png",
        "jquery-ui-1.11.4.custom\/images\/ui-bg_highlight-hard_70_000000_1x100.png",
        "jquery-ui-1.11.4.custom\/images\/ui-bg_highlight-hard_100_f2f5f7_1x100.png",
        "jquery-ui-1.11.4.custom\/images\/ui-bg_highlight-soft_25_ffef8f_1x100.png",
        "jquery-ui-1.11.4.custom\/images\/ui-bg_highlight-soft_100_deedf7_1x100.png",
        "jquery-ui-1.11.4.custom\/images\/ui-icons_2e83ff_256x240.png",
        "jquery-ui-1.11.4.custom\/images\/ui-icons_3d80b3_256x240.png",
        "jquery-ui-1.11.4.custom\/images\/ui-icons_72a7cf_256x240.png",
        "jquery-ui-1.11.4.custom\/images\/ui-icons_2694e8_256x240.png",
        "jquery-ui-1.11.4.custom\/images\/ui-icons_ffffff_256x240.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com ; object-src 'self'"
}