Drifting & Googling
Make your Google search drift.
什么是Drifting & Googling?
Drifting & Googling是由Summer Chao开发的Chrome扩展程序,该扩展的主要功能是“Make your Google search drift.”。
扩展截图
下载Drifting & Googling扩展crx文件
下载Drifting & Googling扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension breaks all the google search results and makes them float and bounce around on your web page. Let's search without algorithm sorting results for you! 扩展基本信息
| 名称 | |
| ID | kfbkiimghfccljjpjckphhdaldebbgoc |
| 官方URL | https://chromewebstore.google.com/detail/drifting-googling/kfbkiimghfccljjpjckphhdaldebbgoc |
| 简介 | Make your Google search drift. |
| 文件大小 | 52.89 KB |
| 安装次数 | 28 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-12-22 |
| 上架时间 | 2020-12-07 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Summer Chao |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.linkedin.com/in/summer-chao-920547158/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Drifting & Googling",
"version": "1.0.0",
"description": "Make your Google search drift.",
"homepage_url": "https:\/\/www.linkedin.com\/in\/summer-chao-920547158\/",
"manifest_version": 2,
"icons": {
"16": "logo-16.png",
"32": "logo-32.png",
"48": "logo-48.png",
"64": "logo-64.png",
"128": "logo-128.png",
"256": "logo-256.png",
"512": "logo-512.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.google.com\/*"
],
"all_frames": true,
"run_at": "document_start",
"css": [
"basic-extension.css"
],
"js": [
"jquery.min.js",
"ready.js",
"basic-extension.user.js"
]
}
]
} | |