GeoPrinter
Geocaching list from geocaching.com - export GPX, edit, print, map.
GeoPrinterคืออะไร?
GeoPrinter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Waivë Famiso และคุณลักษณะหลักของมันคือ "Geocaching list from geocaching.com - export GPX, edit, print, map."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GeoPrinter
ดาวน์โหลดไฟล์ส่วนขยาย GeoPrinter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
EXTENSION IS NO LONGER DEVELOPED NO SUPPORT, NO UPDATES Make your Geocaching life easy with GeoPrinters lists - print, map, send by e-mail and GPX export. CREATING: .:. button in popup at map .:. button in listing .:. import search results and PQ .:. import bookmark lists .:. insert custom coordinates .:. add points from GeoPrinter's map .:. load list saved in .gpl file OUTPUT: .:. print A4 (paper/.pdf) .:. export GPX (for PM) .:. print MAPS with points (A4,A5) .:. save to .gpl file (proprietary) INSTRUCTIONS: 1) Login to www.geocaching.com and create list by inserted buttons (see above). 2) Through an icon in the browser address bar you reach the list. Click to "Edit & export" open the list to edit. 3) Edit list, customize the look and output with advanced options - everything is saved. Print, export, save to file. 4) Log directly from list. List remains the same after closing the browser. FEATURES: - o p t i m i z e d f o r p r i n t - configurable output GPX - customizable, intuitive, reorderable - saves and loads any number of lists - p o r t a b l e from computer to computer CONTAINS / SHOWS: - cache number (for identification on map) - GC code (optionally) - cache name (as link to listing) - coordinates (editable) - decoded hint (editable) - distance (from first/previous cache) - cache size - difficiulty and terrain - trackables (with link to log) - cache type icon (=link to log) - note (optionally hidden/showed) And in note optionally: - w a y p o i n t s (editable) - l i s t i n g text (editable) - selected images from listing (variable size) - any custom plain/formatted text _____________________________________________ USE extension for: .:. geocaching without paper - GPX .:. geocaching with paper - saves paper .:. planning longer trips - own points .:. archive your hunts - saves/loads .:. log without re-searching caches TB/GC .:. planning hunt in more people - send list file via e-mail TIP: Save page to bookmarks for instant access! PRIVACY POLICY: - app don't send anything outside your computer - app don't read any personal info, passwords or statistics Bugs, ideas, thanks etc: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GeoPrinter |
ID | pkejgpgaflkeonkliblcplomemekogop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/geoprinter/pkejgpgaflkeonkliblcplomemekogop |
คำอธิบาย | Geocaching list from geocaching.com - export GPX, edit, print, map. |
ขนาดไฟล์ | 213 KB |
จำนวนการติดตั้ง | 6,748 |
เวอร์ชันปัจจุบัน | 2.57 |
อัปเดตครั้งล่าสุด | 2022-09-29 |
วันที่เผยแพร่ | 2018-09-12 |
คะแนน | 4.47/5 รวมทั้งหมด 162 คะแนน |
ผู้พัฒนา | Waivë Famiso |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,fr,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": false, "js": [ "javascript.js" ], "matches": [ "https:\/\/www.geocaching.com\/*", "http:\/\/www.geocaching.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "__MSG_PopisRozsireni__", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "__MSG_NazevRozsireni__", "page_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "__MSG_NazevRozsireni__" }, "permissions": [ "tabs", "http:\/\/www.geocaching.com\/*", "https:\/\/www.geocaching.com\/*" ], "version": "2.57" } |