Geocaching Logbook Creator
Print directly your logbook from the cache page
什麼是Geocaching Logbook Creator?
Geocaching Logbook Creator是由https://geoking.fr開發的Chrome擴展程式,該擴展的主要功能是“Print directly your logbook from the cache page”。
擴展截圖
下載Geocaching Logbook Creator擴展crx文件
下載Geocaching Logbook Creator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Print easily your Geocaching logbook. Add a link into Geocaching website to prefill logbook. 3 clicks to print a new logbook! You can go directly to the geoking portal : http://www.geoking.fr
擴展基本資訊
名稱 | Geocaching Logbook Creator |
ID | cbiohbnmefglohaemcbbecmoipkaomfb |
官方網址 | https://chromewebstore.google.com/detail/geocaching-logbook-creato/cbiohbnmefglohaemcbbecmoipkaomfb |
簡介 | Print directly your logbook from the cache page |
檔案大小 | 47.7 KB |
安裝次數 | 529 |
目前版本 | 0.0.4 |
更新時間 | 2017-08-03 |
上架時間 | 2017-08-03 |
評分 | 1.00/5 共 4 次評分 |
開發者 | https://geoking.fr |
付費類型 | free |
擴展官網 | http://log.geoking.fr/ |
說明頁面URL | http://log.geoking.fr/ |
支援的語言 | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Geocaching Logbook Creator", "version": "0.0.4", "manifest_version": 2, "description": "Print directly your logbook from the cache page", "homepage_url": "http:\/\/log.geoking.fr", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.geocaching.com\/*", "http:\/\/www.geocaching.com\/*" ], "css": [ "all.min.css" ] }, { "matches": [ "https:\/\/www.geocaching.com\/*", "http:\/\/www.geocaching.com\/*" ], "js": [ "all.min.js" ] } ] } |