如何用chrome调用shellscript

sh/bash/dash/ksh/zsh等Shell脚本
回复
only_one
帖子: 186
注册时间: 2010-05-25 16:49

如何用chrome调用shellscript

#1

帖子 only_one » 2010-10-16 12:21

如果能用chrome调用shellscript就好了
一些分析网页的脚本就可以和浏览器结合一起
only_one
帖子: 186
注册时间: 2010-05-25 16:49

Re: 如何用chrome调用shellscript

#2

帖子 only_one » 2010-10-16 18:47

估计得通过扩展实现
头像
cjxgm
帖子: 1952
注册时间: 2010-04-23 20:40
系统: Arch Linux
来自: 浙江·杭州
联系:

Re: 如何用chrome调用shellscript

#3

帖子 cjxgm » 2010-10-16 19:29

估计得通过扩展也不能实现
Clanjor Prods. | Develop for Developers. (C++, Lua) | 作曲编曲 | 实时渲染引擎
头像
astolia
论坛版主
帖子: 6703
注册时间: 2008-09-18 13:11

Re: 如何用chrome调用shellscript

#4

帖子 astolia » 2010-10-17 2:01

如果想分析网页再执行本地程序的话,必须写NPAPI的扩展,而且脚本也是用javascript
或者换一种思路,不用chrome,单纯获取网页内容的话方法很多,随便一个下载软件就可以了
only_one
帖子: 186
注册时间: 2010-05-25 16:49

Re: 如何用chrome调用shellscript

#5

帖子 only_one » 2010-10-20 20:22

跟浏览器结合 使用方便点

chrome7 开始支持AppleScript了
http://www.chromi.org/archives/8259

不知道以后能不能支持bashscript
头像
tamamaxox
帖子: 184
注册时间: 2010-02-19 0:04

Re: 如何用chrome调用shellscript

#6

帖子 tamamaxox » 2010-10-21 12:59

npapi 吧,去吧,祝你成功
回复