Save to Pinterest

Save ideas to Pinterest.

Save to Pinterestคืออะไร?

Save to Pinterest เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pinterest.com และคุณลักษณะหลักของมันคือ "Save ideas to Pinterest."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to Pinterest

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

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

                        It’s easier than ever to save and organize the ideas you like from all over the web with the Save to Pinterest button. With just a few clicks, you can keep track of all the tasty recipes, style inspiration, DIY projects and other ideas you want to try. 

The Save to Pinterest button also makes it easy to find ideas similar to those you like. Simply hover over an image and click the magnifying glass to discover more of what you’re interested in on Pinterest. 

To get started, just log in or sign up for a free account.

When you visit a site that shares information with Pinterest, we can use information about that visit to personalize your experience back on Pinterest, measure ad effectiveness, and for other purposes as described in our Cookie Policy. You can opt out of this at any time through your privacy and data settings on pinterest.com or the Pinterest app.

6.1.7
 - Loads all boards and sections
 - Saves transparency in pngs as white instead of black
 - Disables hover board picker on Google doc link previews                    

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

ชื่อ Save to Pinterest Save to Pinterest
ID gpdjojdkbbmdfjfahjcgigfpmkopogic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-to-pinterest/gpdjojdkbbmdfjfahjcgigfpmkopogic
คำอธิบาย Save ideas to Pinterest.
ขนาดไฟล์ 471 KB
จำนวนการติดตั้ง 7,000,000
เวอร์ชันปัจจุบัน 6.1.7
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2020-07-01
คะแนน 3.52/5 รวมทั้งหมด 9751 คะแนน
ผู้พัฒนา https://www.pinterest.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pinterest.com/
URL หน้าช่วยเหลือ https://help.pinterest.com/article/trouble-with-pinterest-browser-button
URL หน้านโยบายความเป็นส่วนตัว https://policy.pinterest.com/en/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,da,es,hr,it,hu,pl,pt-PT,ro,sk,fi,sv,cs,el,bg,ru,uk,iw,hi,bn,te,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "6.1.7",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "cookies",
        "storage",
        "activeTab",
        "declarativeNetRequest"
    ],
    "incognito": "split",
    "action": {
        "default_icon": {
            "19": "\/icons\/icon_toolbar.png",
            "38": "\/icons\/[email protected]"
        },
        "default_title": "__MSG_actionTitle__"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "\/backgroundScript.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/contentScript.js"
            ],
            "allFrames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/index.html",
                "\/style.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "img-src": "self"
    },
    "icons": {
        "16": "\/icons\/icon_16.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png",
        "140": "\/icons\/icon_140.png",
        "256": "\/icons\/icon_256.png"
    },
    "options_ui": {
        "page": "\/assets\/options.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "\/assets\/rules.json"
            }
        ]
    }
}