Save Tabs set to Pinboard
Login to Pinboard is prerequisite
Save Tabs set to Pinboardคืออะไร?
Save Tabs set to Pinboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yohei Marion Okuyama และคุณลักษณะหลักของมันคือ "Login to Pinboard is prerequisite"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Tabs set to Pinboard
ดาวน์โหลดไฟล์ส่วนขยาย Save Tabs set to Pinboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Thank you for checking out. This extension is focus to only one function; "Save tab sets to Pinboard". That's it. Pinboard extension by mceglowski is great but mainly I use the save tab button. And I wanted to finish the job in one click. So I made this extension. If you click on the icon, it direct you to save tab set page. This also adds context menu so you can right click anywhere and choose "save tabs to Pinboard" to do the same. In this case you can hide the icon without losing its functionality.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ehddnmgofimbganchpecibdhmdlaghno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-tabs-set-to-pinboard/ehddnmgofimbganchpecibdhmdlaghno |
คำอธิบาย | Login to Pinboard is prerequisite |
ขนาดไฟล์ | 9.23 KB |
จำนวนการติดตั้ง | 284 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-08-10 |
วันที่เผยแพร่ | 2013-08-10 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Yohei Marion Okuyama |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save Tabs set to Pinboard", "description": "Login to Pinboard is prerequisite", "version": "1.0", "permissions": [ "tabs", "https:\/\/pinboard.in\/tabs\/save\/", "contextMenus" ], "background": { "scripts": [ "savetabset.js", "contextmenu.js" ] }, "browser_action": { "default_icon": "pinboard_19.png" }, "icons": { "16": "pinboard_16.png", "48": "pinboard_48.png", "128": "pinboard_128.png" } } |