Odometer for Chrome
Find out how far you can surf on the internet!
什么是Odometer for Chrome?
Odometer for Chrome是由https://mustafaacer.com开发的Chrome扩展程序,该扩展的主要功能是“Find out how far you can surf on the internet!”。
扩展截图
下载Odometer for Chrome扩展crx文件
下载Odometer for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Can you reach the end of the internets?
Find out how far you can surf with this extension! 扩展基本信息
| 名称 | |
| ID | bfolnijgmljfkghieepigohlhcmkecbl |
| 官方URL | https://chromewebstore.google.com/detail/odometer-for-chrome/bfolnijgmljfkghieepigohlhcmkecbl |
| 简介 | Find out how far you can surf on the internet! |
| 文件大小 | 167 KB |
| 安装次数 | 30 |
| 当前版本 | 1.2 |
| 更新时间 | 2014-01-07 |
| 上架时间 | 2014-01-07 |
| 评分 | 4.71/5 共14次评分 |
| 开发者 | https://mustafaacer.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon-19.png",
"name": "Odometer for Chrome",
"default_title": "Odometer for Chrome - Can you reach the end of the internets?",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content_script.js"
],
"all_frames": true
}
],
"icons": {
"128": "icon-128.png",
"64": "icon-64.png",
"48": "icon-48.png",
"32": "icon-32.png",
"19": "icon-19.png"
},
"description": "Find out how far you can surf on the internet!",
"name": "Odometer for Chrome",
"options_page": "options.html",
"version": "1.2",
"manifest_version": 2
} | |