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 |
| Eメール | [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"
]
}
]
} | |