Spaggiari Voti
Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari
什么是Spaggiari Voti?
Spaggiari Voti是由https://afilini.com开发的Chrome扩展程序,该扩展的主要功能是“Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari”。
扩展截图
下载Spaggiari Voti扩展crx文件
下载Spaggiari Voti扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CHANGELOG:
Aggiornata grafica.
Funziona anche sul registro elettronico degli anni precedenti.
Questa estensione aggiungerà alla pagina iniziale del registro elettronico un collegamento molto simile a quello originale per poter continuare ad accedere alla tabella dei voti e agli scrutini. 扩展基本信息
| 名称 | |
| ID | mejahbjlfkedfihoaincgjlifendaaoi |
| 官方URL | https://chromewebstore.google.com/detail/spaggiari-voti/mejahbjlfkedfihoaincgjlifendaaoi |
| 简介 | Estensione che riaggiunge il link alla pagine dei voti sul registro elettronico Spaggiari |
| 文件大小 | 3.05 MB |
| 安装次数 | 142 |
| 当前版本 | 0.3.2 |
| 更新时间 | 2017-03-29 |
| 上架时间 | 2017-03-29 |
| 评分 | 4.45/5 共11次评分 |
| 开发者 | https://afilini.com |
| 付费类型 | free |
| 支持的语言 | it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.3.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"default_locale": "it",
"background": {
"scripts": [
"bower_components\/bower-google-analytics\/analytics.js",
"scripts\/background.js"
]
},
"permissions": [
"background",
"cookies",
"https:\/\/*.spaggiari.eu\/*",
"webRequest",
"webRequestBlocking"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.spaggiari.eu\/home\/app\/default\/menu_webinfoschool_studenti.php*"
],
"css": [
"styles\/main.css",
"bower_components\/jquery-ui\/themes\/smoothness\/jquery-ui.min.css"
],
"js": [
"bower_components\/jquery\/dist\/jquery.min.js",
"bower_components\/jquery-ui\/jquery-ui.min.js",
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"https:\/\/*.spaggiari.eu\/sol\/app\/default\/documenti_sol.php*"
],
"js": [
"bower_components\/jquery\/dist\/jquery.min.js",
"bower_components\/jquery-ui\/jquery-ui.min.js",
"scripts\/pagelle_script.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |