Navigaweb.net
Vedi gli ultimi articoli, guide e recensioni pubblicate su Navigaweb.net nel browser Chrome
什么是Navigaweb.net?
Navigaweb.net是由https://navigaweb.net开发的Chrome扩展程序,该扩展的主要功能是“Vedi gli ultimi articoli, guide e recensioni pubblicate su Navigaweb.net nel browser Chrome”。
扩展截图
下载Navigaweb.net扩展crx文件
下载Navigaweb.net扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Navigaweb.net, lanciato nel 2008 è tra i blog più popolari di tecnologia, internet, cellulari e risorse gratuite per il computer
Il blog dispone di guide utente, trucchi e consigli su come usare i computer, software app e tutto ciò che può essere usato per migliorare la produttività personale.
Questa è l'estensione ufficiale di Navigaweb per cercare sul sito da un piccolo popup e per accedere rapidamente, con un click, agli ultimi articoli aggiornati da un pulsante nella barra delle estensioni del browser Chrome.                     扩展基本信息
| 名称 |   |  
| ID | miljmchejdlmlnmpbkhhkcdlmbiddpfj | 
| 官方URL | https://chromewebstore.google.com/detail/navigawebnet/miljmchejdlmlnmpbkhhkcdlmbiddpfj | 
| 简介 | Vedi gli ultimi articoli, guide e recensioni pubblicate su Navigaweb.net nel browser Chrome | 
| 文件大小 | 17.86 KB | 
| 安装次数 | 69 | 
| 当前版本 | 122.0 | 
| 更新时间 | 2021-03-02 | 
| 上架时间 | 2015-06-10 | 
| 评分 | 4.67/5 共3次评分 | 
| 开发者 | https://navigaweb.net | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.navigaweb.net/ | 
| 帮助页面URL | https://www.navigaweb.net/p/modulo-di-contatto-per-comunicare-con.html | 
| 隐私政策页面URL | https://www.navigaweb.net/p/privacy-policy-cookies-disclaimer-ed.html | 
| 支持的语言 | it | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Navigaweb.net",
    "description": "Vedi gli ultimi articoli, guide e recensioni pubblicate su Navigaweb.net nel browser Chrome",
    "version": "122.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Ultimi articoli Navigaweb"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "24": "fav4.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/navigaweb.net\/"
    ]
}  |  |