LinkShot Extension
This extension appends screenshots for each link in google search result that improve your search experience.
什么是LinkShot Extension?
LinkShot Extension是由linkshot.app开发的Chrome扩展程序,该扩展的主要功能是“This extension appends screenshots for each link in google search result that improve your search experience.”。
扩展截图
下载LinkShot Extension扩展crx文件
下载LinkShot Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension appends screenshots for each link in google search result that improve your search experience. 扩展基本信息
| 名称 | |
| ID | acefnkdabokjpelacjcgkpfennjilmka |
| 官方URL | https://chromewebstore.google.com/detail/linkshot-extension/acefnkdabokjpelacjcgkpfennjilmka |
| 简介 | This extension appends screenshots for each link in google search result that improve your search experience. |
| 文件大小 | 40.57 KB |
| 安装次数 | 31 |
| 当前版本 | 1.4.3 |
| 更新时间 | 2020-11-14 |
| 上架时间 | 2020-03-26 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | linkshot.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LinkShot Extension",
"version": "1.4.3",
"content_scripts": [
{
"matches": [
"https:\/\/www.google.dk\/*",
"https:\/\/www.google.com\/*",
"https:\/\/www.google.com.ua\/*"
],
"js": [
"jquery-3.2.1.min.js",
"mustache.min.js",
"analytics.js",
"content.js"
],
"css": [
"imageTemplate.css"
]
}
],
"background": {
"scripts": [
"jquery-3.2.1.min.js",
"background.js"
]
},
"web_accessible_resources": [
"imageTemplate.mst",
"bigImageTemplate.mst",
"analytics.html",
"analytics2.html"
]
} | |