TwicPics Companion

Using TwicPics has never been so easy!

Cos'è TwicPics Companion?

TwicPics Companion è un'estensione di Chrome sviluppata da https://www.twicpics.com, e la sua funzione principale è "Using TwicPics has never been so easy!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TwicPics Companion

Scarica i file di estensione TwicPics Companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TwicPics Companion TwicPics Companion
ID ponnebjekbiklhacokpgheoeiagohndf
URL Ufficiale https://chromewebstore.google.com/detail/twicpics-companion/ponnebjekbiklhacokpgheoeiagohndf
Descrizione Using TwicPics has never been so easy!
Dimensione del File 25.04 KB
Conteggio Installazioni 80
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-10-02
Data di Pubblicazione 2021-10-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.twicpics.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/TwicPics/companion/issues
Lingue Supportate 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"
}