Centuple
Display 100 Google search results on one page
Co to jest Centuple?
Centuple to rozszerzenie Chrome opracowane przez https://www.seomemento.com, a jego główną funkcją jest „Display 100 Google search results on one page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Centuple
Pobierz pliki rozszerzeń Centuple w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Centuple lets you display 100 search results at once on Google in one click!
Podstawowe informacje o rozszerzeniu
Nazwa | Centuple |
ID | ligeniffdkpbbplnikaipijbdnngjmil |
Oficjalny URL | https://chromewebstore.google.com/detail/centuple/ligeniffdkpbbplnikaipijbdnngjmil |
Opis | Display 100 Google search results on one page |
Rozmiar pliku | 18.62 KB |
Liczba instalacji | 145 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2022-10-29 |
Data Publikacji | 2022-10-29 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://www.seomemento.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |