TwicPics Companion

Using TwicPics has never been so easy!

Wat is TwicPics Companion?

TwicPics Companion is een Chrome-extensie ontwikkeld door https://www.twicpics.com, en de belangrijkste functie is "Using TwicPics has never been so easy!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TwicPics Companion

Download TwicPics Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TwicPics Companion TwicPics Companion
ID ponnebjekbiklhacokpgheoeiagohndf
Officiële URL https://chromewebstore.google.com/detail/twicpics-companion/ponnebjekbiklhacokpgheoeiagohndf
Beschrijving Using TwicPics has never been so easy!
Bestandsgrootte 25.04 KB
Aantal Installaties 80
Huidige Versie 0.1.0
Laatst Bijgewerkt 2021-10-02
Publicatiedatum 2021-10-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.twicpics.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/TwicPics/companion/issues
Ondersteunde Talen 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"
}