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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
}