美文网首页
配置在Chrome,Firefox中打开无标题文章

配置在Chrome,Firefox中打开无标题文章

作者: 云端漫记 | 来源:发表于2016-09-21 23:13 被阅读48次

安装SideBarEnhancements

然后通过ctrl + k, ctrl + b打开侧边栏,在侧边栏的文件中右击,找到 open width -> edit applications

然后在这里边设置firefox打开的方式。

application : 路径要修改为自己默认安装的路径。

[

{"id": "side-bar-files-open-with",

"children":

[

//application firefox

{

"caption": "firefox",

"id": "side-bar-files-open-with-firefox",

"command": "side_bar_files_open_with",

"args": {

"paths": [],

"application": "D:\\Program Files\\Mozilla Firefox\\firefox.exe",

"extensions":".*"//any file with extension

}

},

{"caption":"-"},

{

"caption": "chrome",

"id": "side-bar-files-open-with-chrome",

"command": "side_bar_files_open_with",

"args": {

"paths": [],

"application": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",

"extensions":".*"//any file with extension

}

}

]

}

]

配置在IE中打开

Key bindings -> User

[

{ "keys": ["ctrl+shift+c"], "command": "copy_path" },

{ "keys": ["alt+f12"], "command": "open_in_browser" },

{ "keys": ["f12"], "command": "side_bar_files_open_with",

"args": {

"paths": [],

"application": "D:\\Program Files\\Mozilla Firefox\\firefox.exe",

"extensions":".*"//any file with extension

} },

{ "keys": ["ctrl+f12"], "command": "side_bar_files_open_with",

"args": {

"paths": [],

"application": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",

"extensions":".*"//any file with extension

}

}

]

如果是其它浏览器,可以 ctrl+shift+c 路径,然后直接在地址栏粘贴。

这样就可以用这三个键在浏览中预览页面了:

F12 : Firefox

alt + F12 : IE

ctrl + F12 : chrome

当然,你也可以配置,其它配置器用这样的方式预览。

相关文章

  • 配置在Chrome,Firefox中打开无标题文章

    安装SideBarEnhancements 然后通过ctrl + k, ctrl + b打开侧边栏,在侧边栏的文件...

  • mouseout 和 mouseleave

    在 firefox 和 chrome 中有不同的表现 在 firefox 中 mouseout 和 mousele...

  • 安装个chrome vue-tools一波三折

    概述 在firefox可以通过,浏览器-打开菜单-附加组件 从插件中安装vue-tools 但是在 chrome内...

  • 无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章 无标题文章无标题文章无标题文章无...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • fasfsdfdf

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

网友评论

      本文标题:配置在Chrome,Firefox中打开无标题文章

      本文链接:https://www.haomeiwen.com/subject/chzaettx.html