Cached link
Cached links show you what a webpage looked like the last time Google visited it
什么是Cached link?
Cached link是由-开发的Chrome扩展程序,该扩展的主要功能是“Cached links show you what a webpage looked like the last time Google visited it”。
扩展截图
下载Cached link扩展crx文件
下载Cached link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | dknndpinklaamkckfjfjdnmnmgaakcaf |
| 官方URL | https://chromewebstore.google.com/detail/cached-link/dknndpinklaamkckfjfjdnmnmgaakcaf |
| 简介 | Cached links show you what a webpage looked like the last time Google visited it |
| 文件大小 | 29.74 KB |
| 安装次数 | 878 |
| 当前版本 | 0.9 |
| 更新时间 | 2015-06-23 |
| 上架时间 | 2015-06-23 |
| 评分 | 3.25/5 共4次评分 |
| 开发者 | - |
| 付费类型 | free |
| 支持的语言 | en,fr,es,ru,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_manifest__",
"version": "0.9",
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"128": "icon.png"
},
"background": {
"scripts": [
"script.js"
]
},
"permissions": [
"contextMenus",
"storage"
]
} | |