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
Eメール [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"
}