Go to the next page
Try to go to the next website's page
Co to jest Go to the next page?
Go to the next page to rozszerzenie Chrome opracowane przez marcopiazzola, a jego główną funkcją jest „Try to go to the next website's page”.
Pobierz plik CRX rozszerzenia Go to the next page
Pobierz pliki rozszerzeń Go to the next page 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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ajffmnhlepabalmbmhhjflghconjldkb |
Oficjalny URL | https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb |
Opis | Try to go to the next website's page |
Rozmiar pliku | 10.05 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 0.4 |
Ostatnia Aktualizacja | 2012-12-26 |
Data Publikacji | 2012-12-26 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | marcopiazzola |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go to the next page", "version": "0.4", "description": "Try to go to the next website's page", "permissions": [ "tabs" ], "browser_action": { "default_title": "Go to the next page", "default_icon": "icon.png" }, "background": { "persistent": false, "scripts": [ "content.js" ] }, "manifest_version": 2 } |