TwicPics Companion

Using TwicPics has never been so easy!

TwicPics Companion là gì?

TwicPics Companion là một tiện ích mở rộng Chrome được phát triển bởi https://www.twicpics.com, và tính năng chính của nó là "Using TwicPics has never been so easy!".

Ả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 TwicPics Companion

Tải xuống các tệp mở rộng TwicPics Companion 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

                        With this extension, you'll be able to see how the TwicPics Script resizes your images.

By switching the Debug Mode on, any image handled by the TwicPics Script will be replaced by a lightweight preview with the intrinsic size of the image displayed on top.

If any error occurred, then the corresponding HTTP status code will be displayed instead.                    

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

Tên TwicPics Companion TwicPics Companion
ID ponnebjekbiklhacokpgheoeiagohndf
URL Chính Thức https://chromewebstore.google.com/detail/twicpics-companion/ponnebjekbiklhacokpgheoeiagohndf
Mô tả Using TwicPics has never been so easy!
Kích Thước Tệp 25.04 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-10-02
Ngày Phát Hành 2021-10-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.twicpics.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/TwicPics/companion/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/disabled\/16.png",
            "32": "icons\/disabled\/32.png",
            "48": "icons\/disabled\/48.png",
            "128": "icons\/disabled\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "description": "Using TwicPics has never been so easy!",
    "icons": {
        "16": "icons\/enabled\/16.png",
        "32": "icons\/enabled\/32.png",
        "48": "icons\/enabled\/48.png",
        "128": "icons\/enabled\/128.png"
    },
    "manifest_version": 2,
    "name": "TwicPics Companion",
    "permissions": [
        "storage"
    ],
    "version": "0.1.0"
}