TwicPics Companion

Using TwicPics has never been so easy!

Was ist TwicPics Companion?

TwicPics Companion ist eine Chrome-Erweiterung, die von https://www.twicpics.com entwickelt wurde, und ihr Hauptmerkmal ist "Using TwicPics has never been so easy!".

Erweiterungsscreenshots

screenshot

TwicPics Companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie TwicPics Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TwicPics Companion TwicPics Companion
ID ponnebjekbiklhacokpgheoeiagohndf
Offizielle URL https://chromewebstore.google.com/detail/twicpics-companion/ponnebjekbiklhacokpgheoeiagohndf
Beschreibung Using TwicPics has never been so easy!
Dateigröße 25.04 KB
Installationsanzahl 80
Aktuelle Version 0.1.0
Letztes Update 2021-10-02
Veröffentlichungsdatum 2021-10-02
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://www.twicpics.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/TwicPics/companion/issues
Unterstützte Sprachen 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"
}