Planapple Save Button
Use the Planapple extension to save pages to your current trip on Planapple.
Planapple Save Buttonคืออะไร?
Planapple Save Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://planapple.com และคุณลักษณะหลักของมันคือ "Use the Planapple extension to save pages to your current trip on Planapple."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Planapple Save Button
ดาวน์โหลดไฟล์ส่วนขยาย Planapple Save Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Planapple Save Button extension lets you easily save web pages to your current trip on Planapple. What's Planapple? Planapple is an online travel binder to help you plan trips. It helps you: - Collect your research from around the web in one place - Talk about it with tripmates to make decisions - Take it with you on the road with your smartphone Find out more at https://www.planapple.com/ (The Planapple Save Button extension saves information from web pages into your Planapple travel plans. For it to be useful, you will need to start planning a trip by creating a free Planapple account at https://www.planapple.com/)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhcboefjgjaapmjacmbbijgfaddecoho |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/planapple-save-button/hhcboefjgjaapmjacmbbijgfaddecoho |
คำอธิบาย | Use the Planapple extension to save pages to your current trip on Planapple. |
ขนาดไฟล์ | 47.79 KB |
จำนวนการติดตั้ง | 3,987 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2020-12-18 |
วันที่เผยแพร่ | 2016-06-09 |
คะแนน | 4.91/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://planapple.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.planapple.com/ |
URL หน้าช่วยเหลือ | https://www.planapple.com/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.planapple.com/about/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Planapple Save Button", "short_name": "Planapple", "version": "1.3.0", "manifest_version": 2, "description": "Use the Planapple extension to save pages to your current trip on Planapple.", "icons": { "16": "img\/icon-16.png", "18": "img\/planapple-logo-18.png", "19": "img\/planapple-logo-19.png", "32": "img\/planapple-logo-32.png", "36": "img\/planapple-logo-36.png", "38": "img\/planapple-logo-38.png", "48": "img\/planapple-logo-48.png", "64": "img\/planapple-logo-64.png", "96": "img\/planapple-logo-96.png", "128": "img\/planapple-logo-128.png", "256": "img\/planapple-logo-256.png" }, "browser_action": { "default_icon": { "16": "img\/icon-16.png", "18": "img\/planapple-logo-18.png", "19": "img\/planapple-logo-19.png", "32": "img\/planapple-logo-32.png", "36": "img\/planapple-logo-36.png", "38": "img\/planapple-logo-38.png", "48": "img\/planapple-logo-48.png", "64": "img\/planapple-logo-64.png", "96": "img\/planapple-logo-96.png", "128": "img\/planapple-logo-128.png", "256": "img\/planapple-logo-256.png" }, "default_title": "Save this page to your current trip on Planapple" }, "background": { "page": "background.html" }, "homepage_url": "https:\/\/www.planapple.com", "permissions": [ "activeTab", "contextMenus" ] } |