TwicPics Companion

Using TwicPics has never been so easy!

什么是TwicPics Companion?

TwicPics Companion是由https://www.twicpics.com开发的Chrome扩展程序,该扩展的主要功能是“Using TwicPics has never been so easy!”。

扩展截图

screenshot

下载TwicPics Companion扩展crx文件

下载TwicPics Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 TwicPics Companion TwicPics Companion
ID ponnebjekbiklhacokpgheoeiagohndf
官方URL https://chromewebstore.google.com/detail/twicpics-companion/ponnebjekbiklhacokpgheoeiagohndf
简介 Using TwicPics has never been so easy!
文件大小 25.04 KB
安装次数 80
当前版本 0.1.0
更新时间 2021-10-02
上架时间 2021-10-02
评分 5.00/5 共3次评分
开发者 https://www.twicpics.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/TwicPics/companion/issues
支持的语言 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"
}