TwicPics Companion

Using TwicPics has never been so easy!

Qu'est-ce que TwicPics Companion ?

TwicPics Companion est une extension Chrome développée par https://www.twicpics.com, et sa fonction principale est "Using TwicPics has never been so easy!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TwicPics Companion

Téléchargez les fichiers d'extension TwicPics Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TwicPics Companion TwicPics Companion
ID ponnebjekbiklhacokpgheoeiagohndf
URL Officiel https://chromewebstore.google.com/detail/twicpics-companion/ponnebjekbiklhacokpgheoeiagohndf
Description Using TwicPics has never been so easy!
Taille du Fichier 25.04 KB
Nombre d'Installations 80
Version Actuelle 0.1.0
Dernière Mise à Jour 2021-10-02
Date de Publication 2021-10-02
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.twicpics.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/TwicPics/companion/issues
Langues Prises en Charge 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"
}