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 扩展基本信息
| 名称 | |
| ID | cbiohbnmefglohaemcbbecmoipkaomfb |
| 官方URL | 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"
]
}
]
} | |