Pins

Pins Chrome extension

Pinsคืออะไร?

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

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

screenshot

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

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

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

                        Chrome Extension for Pins, the Mac Bookmarks Manager App. This extension will add a toolbar button that allows to add the current page to Pins with one simple click.                    

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

ชื่อ Pins Pins
ID bijbbalamfkbdladlefegiaajfhmbjep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pins/bijbbalamfkbdladlefegiaajfhmbjep
คำอธิบาย Pins Chrome extension
ขนาดไฟล์ 8.08 KB
จำนวนการติดตั้ง 486
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2018-08-03
วันที่เผยแพร่ 2018-08-03
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://objectivesheep.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pinsapp.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pins",
    "description": "Pins Chrome extension",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "Info-48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Add to Pins",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}