Go to the next page
Try to go to the next website's page
Hvad er Go to the next page?
Go to the next page er en Chrome-udvidelse udviklet af marcopiazzola, og dens hovedfunktion er "Try to go to the next website's page".
Download Go to the next page-udvidelses-CRX-fil
Download Go to the next page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ajffmnhlepabalmbmhhjflghconjldkb |
Officiel URL | https://chrome.google.com/webstore/detail/go-to-the-next-page/ajffmnhlepabalmbmhhjflghconjldkb |
Beskrivelse | Try to go to the next website's page |
Filstørrelse | 10.05 KB |
Antal Installationer | 33 |
Nuværende Version | 0.4 |
Senest Opdateret | 2012-12-26 |
Udgivelsesdato | 2012-12-26 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | marcopiazzola |
Betalingsmetode | free |
Understøttede Sprog | 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 } |