Pikaso - Screenshot Twitter

Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.

Pikaso - Screenshot Twitterคืออะไร?

Pikaso - Screenshot Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pikaso.me และคุณลักษณะหลักของมันคือ "Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pikaso - Screenshot Twitter

ดาวน์โหลดไฟล์ส่วนขยาย Pikaso - Screenshot Twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        To use this extension you must first sign in at https://pikaso.me.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pikaso - Screenshot Twitter Pikaso - Screenshot Twitter
ID ifoniakgfcodcephanhnaeicbkeianap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pikaso-screenshot-twitter/ifoniakgfcodcephanhnaeicbkeianap
คำอธิบาย Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.
ขนาดไฟล์ 26.59 KB
จำนวนการติดตั้ง 3,150
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2020-08-31
วันที่เผยแพร่ 2020-05-20
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://pikaso.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pikaso.me
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pikaso - Screenshot Twitter",
    "version": "1.5.0",
    "description": "Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "images\/camera.svg",
        "images\/camera-hover.svg"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{64beab3e-ce04-40d5-94a3-d360746170fe}"
        }
    }
}