TwicPics Companion

Using TwicPics has never been so easy!

ما هو TwicPics Companion؟

TwicPics Companion هو إضافة Chrome تم تطويرها بواسطة https://www.twicpics.com، والميزة الرئيسية لها هي "Using TwicPics has never been so easy!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TwicPics Companion

قم بتنزيل ملفات الامتداد TwicPics Companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم TwicPics Companion TwicPics Companion
ID ponnebjekbiklhacokpgheoeiagohndf
عنوان URL الرسمي https://chromewebstore.google.com/detail/twicpics-companion/ponnebjekbiklhacokpgheoeiagohndf
الوصف Using TwicPics has never been so easy!
حجم الملف 25.04 KB
عدد التثبيتات 80
النسخة الحالية 0.1.0
آخر تحديث 2021-10-02
تاريخ النشر 2021-10-02
تقييم 5.00/5 مجموع تقييمات 3
المطور https://www.twicpics.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/TwicPics/companion/issues
اللغات المدعومة 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"
}