QuickPin

Add the current tab to your Pinboard's Read Later

QuickPinคืออะไร?

QuickPin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://birchtree.me และคุณลักษณะหลักของมันคือ "Add the current tab to your Pinboard's Read Later"

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

screenshot
screenshot

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

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

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

                        This is a very simple, very fast extension for Pinboard users. All it does is save the current tab to your Pinboard's read later folder.

Please be aware this is a limited initial release. There are no settings in the app and no error handling implemented. I would advise checking your Pinboard account after saving your first page just to make sure everything is working properly.                    

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

ชื่อ QuickPin QuickPin
ID bplllpnppecllkkfmbffnojccbiiefba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba
คำอธิบาย Add the current tab to your Pinboard's Read Later
ขนาดไฟล์ 33.69 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-02-19
วันที่เผยแพร่ 2016-02-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://birchtree.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://birchtree.me/blog/quickpin-chrome/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickPin",
    "short_name": "A fast, simple extension to save to Pinboard",
    "description": "Add the current tab to your Pinboard's Read Later",
    "version": "1.0",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}