ShotPin
ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.
ShotPinคืออะไร?
ShotPin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://shotpin.com และคุณลักษณะหลักของมันคือ "ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShotPin
ดาวน์โหลดไฟล์ส่วนขยาย ShotPin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Latest update : Lots of fixes. Including Retina screen support. A simple Chrome browser extension to make it easy to take a screenshot of any web page then share it on Pinterest! Built by @Kosso : http://twitter.com/kosso Also added a little donate button ;)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dndakgjimmmhpepokndjigkcpmmohkaj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/shotpin/dndakgjimmmhpepokndjigkcpmmohkaj |
คำอธิบาย | ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it. |
ขนาดไฟล์ | 39.4 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2019-03-25 |
วันที่เผยแพร่ | 2019-03-25 |
คะแนน | 2.88/5 รวมทั้งหมด 68 คะแนน |
ผู้พัฒนา | http://shotpin.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://shotpin.com |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShotPin", "version": "3.0.0", "description": "ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.", "homepage_url": "https:\/\/shotpin.com", "browser_action": { "default_icon": "shotpin-19.png", "default_title": "ShotPin" }, "background": { "persistent": true, "scripts": [ "background.js", "link.js" ] }, "permissions": [ "activeTab", "storage", "tabs", "*:\/\/*\/*", " |