TwicPics Companion

Using TwicPics has never been so easy!

What is TwicPics Companion?

TwicPics Companion is a Chrome extension developed by https://www.twicpics.com, and its main feature is "Using TwicPics has never been so easy!".

Extension Screenshots

screenshot

Download TwicPics Companion Extension CRX File

Download TwicPics Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TwicPics Companion TwicPics Companion
ID ponnebjekbiklhacokpgheoeiagohndf
Official URL https://chromewebstore.google.com/detail/twicpics-companion/ponnebjekbiklhacokpgheoeiagohndf
Description Using TwicPics has never been so easy!
File Size 25.04 KB
Installation Count 80
Current Version 0.1.0
Last Updated 2021-10-02
Publish Date 2021-10-02
Rating 5.00/5 Total 3 Ratings
Developer https://www.twicpics.com
Email [email protected]
Payment Type free
Help Page URL https://github.com/TwicPics/companion/issues
Supported Languages 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"
}