Pinterest Palooza
Click Pin's thumbnail image to visit source website! Easy peasy!
Pinterest Paloozaคืออะไร?
Pinterest Palooza เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ifugu และคุณลักษณะหลักของมันคือ "Click Pin's thumbnail image to visit source website! Easy peasy!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinterest Palooza
ดาวน์โหลดไฟล์ส่วนขยาย Pinterest Palooza ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Read a Pin's source web page with a single click! Pinterest Palooza makes clicking a Pin's thumbnail image take you to the source website immediately! A button is also added to each Pin for visiting the Pin's detail page. Tip: Hold down the CTRL key when clicking the Pin thumbnail image to stay on Pinterest while your Pin's page opens in a new browser tab. This allows you to queue up several pages to read without waiting around for them to open.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pinterest Palooza |
ID | abbppfcokpiknbdhocmbjnngkkkckepp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pinterest-palooza/abbppfcokpiknbdhocmbjnngkkkckepp |
คำอธิบาย | Click Pin's thumbnail image to visit source website! Easy peasy! |
ขนาดไฟล์ | 20.06 KB |
จำนวนการติดตั้ง | 747 |
เวอร์ชันปัจจุบัน | 1.1.4 |
อัปเดตครั้งล่าสุด | 2016-03-31 |
วันที่เผยแพร่ | 2016-03-31 |
คะแนน | 3.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | ifugu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://halfduplex.us/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "pinterest-direct.user.js" ], "matches": [ "http:\/\/*.pinterest.com\/*", "https:\/\/*.pinterest.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Click Pin's thumbnail image to visit source website! Easy peasy!", "name": "Pinterest Palooza", "short_name": "PinPalooza", "version": "1.1.4", "author": "Corey Meredith", "homepage_url": "http:\/\/halfduplex.us\/" } |