Centuple
Display 100 Google search results on one page
Centupleとは何ですか?
Centupleはhttps://www.seomemento.comによって開発されたChromeの拡張機能で、その主な機能は「Display 100 Google search results on one page」です。
拡張機能のスクリーンショット
Centuple拡張機能のCRXファイルをダウンロード
Centuple拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Centuple lets you display 100 search results at once on Google in one click!
拡張機能の基本情報
名前 | Centuple |
ID | ligeniffdkpbbplnikaipijbdnngjmil |
公式URL | https://chromewebstore.google.com/detail/centuple/ligeniffdkpbbplnikaipijbdnngjmil |
説明 | Display 100 Google search results on one page |
ファイルサイズ | 18.62 KB |
インストール数 | 145 |
現在のバージョン | 0.1 |
最終更新日 | 2022-10-29 |
公開日 | 2022-10-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.seomemento.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icon-128.png", "default_title": "Centuple" }, "name": "Centuple", "description": "Display 100 Google search results on one page", "homepage_url": "https:\/\/www.seomemento.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "scripting" ], "version": "0.1", "manifest_version": 3 } |