Planapple Save Button
Use the Planapple extension to save pages to your current trip on Planapple.
Planapple Save Button란 무엇입니까?
Planapple Save Button은(는) https://planapple.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the Planapple extension to save pages to your current trip on Planapple."입니다.
확장 프로그램 스크린샷
Planapple Save Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |