AndroidWorld.it App
L'estensione Chrome di AndroidWorld.it
Wat is AndroidWorld.it App?
AndroidWorld.it App is een Chrome-extensie ontwikkeld door http://www.androidworld.it, en de belangrijkste functie is "L'estensione Chrome di AndroidWorld.it".
Extensie Screenshots
Download het CRX-bestand van de extensie AndroidWorld.it App
Download AndroidWorld.it App-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
Estensione ufficiale di AndroidWorld.it Con questa piccola applicazione per Chrome, Chromium e Chrome OS, potrete sempre tenervi aggiornati sul mondo Android tramite le notizie di AndroidWorld.it. E non solo: potrete anche leggere tutti gli ultimi aggiornamenti dal forum e consultare tutte le ultime schede inserite nella sezione schede del sito AndroidWorld.it. E' presente anche un sistema di notifiche per essere notificati di ogni nuova notizia o scheda inserita sul sito. Le impostazioni relative alle notifiche sono gestibili dalle impostazioni dell'estensione.
Basisinformatie over de Extensie
Naam | |
ID | dkhoofjpfhleoobdimaoiafcchknhdpf |
Officiële URL | https://chrome.google.com/webstore/detail/androidworldit-app/dkhoofjpfhleoobdimaoiafcchknhdpf |
Beschrijving | L'estensione Chrome di AndroidWorld.it |
Bestandsgrootte | 109 KB |
Aantal Installaties | 153 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2014-03-14 |
Publicatiedatum | 2014-03-14 |
Beoordeling | 4.87/5 Totaal 31 Beoordelingen |
Ontwikkelaar | http://www.androidworld.it |
Betalingswijze | free |
Extensiewebsite | http://www.androidworld.it |
Help Pagina-URL | http://www.androidworld.it/forum/offtopic-24/androidworld-chrome-chrome-os-app-discussione-e-assistenza-52475/ |
Ondersteunde Talen | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AndroidWorld.it App", "version": "2.3", "manifest_version": 2, "description": "L'estensione Chrome di AndroidWorld.it", "homepage_url": "http:\/\/www.androidworld.it\/", "options_page": "options.html", "background": { "scripts": [ "js\/jquery-1.7.2.min.js", "js\/background.js" ] }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": "img\/icon_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/www.androidworld.it\/", "http:\/\/*.amazonaws.com\/", "notifications", "tabs" ] } |