一、通过直接下载安装Google Chrome浏览器deb包。 打开Ubuntu终端,以下为32位版本,使用下面的命令。 wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb 以下为64位版本,使用下面...
分类:
系统相关 时间:
2015-04-22 20:50:47
阅读次数:
187
1、下载安装chrome浏览器。
2、建立一个chrome浏览器的快键方式,右键打开属性,如下图:
3、将目标选项卡的值修改为:"C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --kiosk
www....
分类:
其他好文 时间:
2015-04-17 15:45:41
阅读次数:
270
最近在积极努力的学习Appium,今天成功运行了官网上的demo,在此做一个小小的总结:前期准备工作: (1)在要运行的真机或模拟器上安装chrome。注意:x86的虚拟机是不支持的,但是经过本人试验做好要还是用真机。 (2)确保你安装的appium的目录:AppiumForWindows-1.3....
分类:
移动开发 时间:
2015-04-17 11:02:31
阅读次数:
144
1.下载插件:Advanced Rest Client2.因为最新版的Chrome不支持本地安装插件,所以我们要使能开发者模式3.把插件后缀名crx改为zip,解压,然后点击‘加载正在开发的扩展程序’, 选择解压目录就可以加载成功4.如图:5. 点击‘详细信息’, 选择‘创建快捷方式’6.ok,现在可以随时启动Advanced Rest Client来调试RESTFul服务了...
分类:
其他好文 时间:
2015-03-10 15:34:24
阅读次数:
165
做了一个页面,用于展示的,之前用firefox的全屏插件,今天发现了一个更方便的办法。安装chrome后,将以下内容保存为bat文件startchrome.exe--kioskhttp://xxxxxx/lsd/dashboard/fl双击这个bat,就可以了。关闭:alt+f4很方便
分类:
其他好文 时间:
2015-03-10 01:39:43
阅读次数:
187
在CentOS 6.x 安装Chrome 浏览器的方法。首先在/etc/yum.repos.d目录中创建google-chrome.repo文件,其写入如下内容:
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=...
分类:
系统相关 时间:
2015-02-11 00:38:41
阅读次数:
256
第一步:下载chrome的deb安装包,我下载的是google-chrome-stable_current_i386.deb;
第二步:安装chrome,使用命令:sudo dpkg -i google-chrome-stable_current_i386.deb;
我按装时出现如下错误:
Errors were encountered while processing: google...
分类:
系统相关 时间:
2015-02-06 11:17:55
阅读次数:
157
这里仅记录常用的apt方法:实验操作系统: ubuntu 12.04 LTS 64位1. 从Google Linux Repository(http://www.google.com/linuxrepositories/)下载安装Key 在终端输入下面命令打开文本编辑器 sudo ged...
分类:
系统相关 时间:
2015-01-12 10:50:50
阅读次数:
207
对于谷歌Chrome32位版本,使用如下链接: wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb 对于64位版本可以使用如下链接下载: wget https://dl.google.com/linux/direct/goog...
分类:
其他好文 时间:
2014-11-26 11:42:01
阅读次数:
158
5月某天,Google将扩展工具库网址中的Extensions,全部跳转到Webstore,页面统一了。这样做的后果是:原本“右键--另存”就能下载到CRX包,现在则不能了。任何人都必须点击那个傻拉八叽的INSTALL按钮去使用喜欢的扩展……点击INSTALL之后,会发现窗口底部的下载器还是会弹出,...
分类:
其他好文 时间:
2014-11-26 06:36:14
阅读次数:
127