python中的Chrome扩展程序? [英] Chrome extension in python?

查看:51
本文介绍了python中的Chrome扩展程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个谷歌浏览器扩展.具体来说,我想制作一个打包的应用程序,而不是一个托管的应用程序.我认为这将我限制在 JavaScript(和 HTML/CSS)上是否正确?

I would like to create a google chrome extension. Specifically, I'd like to make a packaged app, but not a hosted app. Am I correct in thinking this limits me to JavaScript (and HTML/CSS)?

我的问题是我需要做一些复杂的数学运算(奇异值分解、因子分析),我不想在 javascript 中为此编写算法.Python 已经有我需要的函数库 (SciPy),但我找不到任何迹象表明我可以使用 Python 制作 Chrome 扩展.

My problem is that I need to do some complex math (singular value decomposition, factor analysis) and I don't want to write algorithms for this in javascript. Python already has libraries for the functions I need (SciPy), but I can't find any indication that I can make a Chrome extension using python.

这是正确的吗?我还有其他选择吗?

Is this correct? Do I have any other options?

推荐答案

Chrome 中没有内置 Python 但我想知道 pyjs 可以帮助你.

There is no Python built into Chrome but I am wondering whether pyjs can help you.

这篇关于python中的Chrome扩展程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆