Add to Pinry

Pins images from current page to a Pinry installation.

Add to Pinryคืออะไร?

Add to Pinry เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lapo และคุณลักษณะหลักของมันคือ "Pins images from current page to a Pinry installation."

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

screenshot
screenshot
screenshot

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

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

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

                        Add images easily to your own installation of Pinry!
(browser integration for official bookmarklet)                    

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

ชื่อ Add to Pinry Add to Pinry
ID jmhdcnmfkglikfjafdmdikoonedgijpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa
คำอธิบาย Pins images from current page to a Pinry installation.
ขนาดไฟล์ 9.61 KB
จำนวนการติดตั้ง 780
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2020-06-29
วันที่เผยแพร่ 2020-06-29
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา lapo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lapo-luchini/browser-pinry
URL หน้าช่วยเหลือ https://github.com/lapo-luchini/browser-pinry/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Pinry",
    "version": "0.2.1",
    "description": "Pins images from current page to a Pinry installation.",
    "manifest_version": 2,
    "icons": {
        "48": "ico-48.png",
        "128": "ico-128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "ico-128.png",
        "default_title": "Add to Pinry"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "chrome_style": true
    }
}