Go to the next page
Try to go to the next website's page
Wat is Go to the next page?
Go to the next page is een Chrome-extensie ontwikkeld door marcopiazzola, en de belangrijkste functie is "Try to go to the next website's page".
Download het CRX-bestand van de extensie Go to the next page
Download Go to the next page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ajffmnhlepabalmbmhhjflghconjldkb |
Officiële URL | https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb |
Beschrijving | Try to go to the next website's page |
Bestandsgrootte | 10.05 KB |
Aantal Installaties | 33 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2012-12-26 |
Publicatiedatum | 2012-12-26 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | marcopiazzola |
Betalingswijze | free |
Ondersteunde Talen | 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 } |