Pinterest Sort Premium
...
Pinterest Sort Premiumคืออะไร?
Pinterest Sort Premium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IwebIT และคุณลักษณะหลักของมันคือ "..."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinterest Sort Premium
ดาวน์โหลดไฟล์ส่วนขยาย Pinterest Sort Premium ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you enjoy browsing Pinterest but do you also hate the fact that you can not sort by pins? For example: John Doe is a marketer who wants to know what people like in a certain niche. Let's go with the broad niche Cats for instance. John enters "funny cat slogans" in the search bar and he get's to see pins that has 1 vote, 1000 votes, 50 votes etc. The pins are all over the place and it's very time consuming to find what Joe actually wants to see. You get the point. John simply wants to sort his search results so he can see the most popular pins first. Thankfully there's Pinterest Sort Premium now. He can now tell the app for how many pages it needs to sort through the results and show the top pins on top without having to scroll for hours to find the information he needs. Talk about time saving! Interesting right? We currently offer the this premium version for free to celebrate our 3rd anniversary. Want to give it a go? Just install the extension and have fun with it!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iaifmpegndoadklfhjffnpilecgegfbb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pinterest-sort-premium/iaifmpegndoadklfhjffnpilecgegfbb |
คำอธิบาย | ... |
ขนาดไฟล์ | 132 KB |
จำนวนการติดตั้ง | 928 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-09-13 |
วันที่เผยแพร่ | 2017-09-13 |
คะแนน | 1.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | IwebIT |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.roboapps.org |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinterest Sort Premium", "description": "...", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "successPopup.html" }, "permissions": [ "storage", "tabs", "notifications" ] } |