TwicPics Companion

Using TwicPics has never been so easy!

Vad är TwicPics Companion?

TwicPics Companion är en Chrome-tillägg utvecklad av https://www.twicpics.com, och dess huvudfunktion är "Using TwicPics has never been so easy!".

Tilläggsskärmbilder

screenshot

Ladda ner TwicPics Companion-förlängningens CRX-fil

Ladda ner TwicPics Companion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TwicPics Companion TwicPics Companion
ID ponnebjekbiklhacokpgheoeiagohndf
Officiell webbadress https://chromewebstore.google.com/detail/twicpics-companion/ponnebjekbiklhacokpgheoeiagohndf
Beskrivning Using TwicPics has never been so easy!
Filstorlek 25.04 KB
Antal Installationer 80
Aktuell Version 0.1.0
Senast Uppdaterad 2021-10-02
Publiceringsdatum 2021-10-02
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://www.twicpics.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/TwicPics/companion/issues
Stödda Språk 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"
}