Mobile Pinterest for PC/MAC

Bring mobile Pinterest experience to desktop.

Mobile Pinterest for PC/MACคืออะไร?

Mobile Pinterest for PC/MAC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mobile Exp. Studio และคุณลักษณะหลักของมันคือ "Bring mobile Pinterest experience to desktop."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mobile Pinterest for PC/MAC

ดาวน์โหลดไฟล์ส่วนขยาย Mobile Pinterest for PC/MAC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        With this lightweight window, you can browse Pinterest as if you were on a smartphone.                    

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

ชื่อ Mobile Pinterest for PC/MAC Mobile Pinterest for PC/MAC
ID fjbjobpmgmgpcbdndpelgbfhnfjaacil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mobile-pinterest-for-pcma/fjbjobpmgmgpcbdndpelgbfhnfjaacil
คำอธิบาย Bring mobile Pinterest experience to desktop.
ขนาดไฟล์ 60.38 KB
จำนวนการติดตั้ง 2,665
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-08-28
วันที่เผยแพร่ 2018-08-28
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Mobile Exp. Studio
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,es,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "pinterest_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.pinterest.com\/*"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:3000 https:\/\/misc.notif.me https:\/\/ssl.google-analytics.com; object-src 'self'"
}