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
官方網址 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"
}