Go to the next page
Try to go to the next website's page
Qu'est-ce que Go to the next page ?
Go to the next page est une extension Chrome développée par marcopiazzola, et sa fonction principale est "Try to go to the next website's page".
Télécharger le fichier CRX de l'extension Go to the next page
Téléchargez les fichiers d'extension Go to the next page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | ajffmnhlepabalmbmhhjflghconjldkb |
URL Officiel | https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb |
Description | Try to go to the next website's page |
Taille du Fichier | 10.05 KB |
Nombre d'Installations | 33 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2012-12-26 |
Date de Publication | 2012-12-26 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | marcopiazzola |
Type de Paiement | free |
Langues Prises en Charge | 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 } |