Go Back CE-7
Advanced history button to move back for link opened in new tab.
什么是Go Back CE-7?
Go Back CE-7是由https://www.styleseven.com开发的Chrome扩展程序,该扩展的主要功能是“Advanced history button to move back for link opened in new tab.”。
扩展截图
下载Go Back CE-7扩展crx文件
下载Go Back CE-7扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Link opened in new tab has not history. So you can not press button "Back". By this extension you can quickly move to source tab or if it closed to source link in current tab. Enable button will be displayed by green color, disabled by gray color. Just click on extension button to focus source tab. If source tab is closed then source link will be open in the current tab. For show back link in popup window just move mouse pointer to extension button.
扩展基本信息
名称 | Go Back CE-7 |
ID | gmbflfaclmaejdfpgjedoblpahahfmkp |
官方URL | https://chromewebstore.google.com/detail/go-back-ce-7/gmbflfaclmaejdfpgjedoblpahahfmkp |
简介 | Advanced history button to move back for link opened in new tab. |
文件大小 | 9.89 KB |
安装次数 | 30 |
当前版本 | 1.0.1 |
更新时间 | 2013-05-21 |
上架时间 | 2013-05-21 |
评分 | 2.50/5 共2次评分 |
开发者 | https://www.styleseven.com |
付费类型 | free |
扩展官网 | http://www.styleseven.com/ |
帮助页面URL | http://www.styleseven.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go Back CE-7", "version": "1.0.1", "background": { "scripts": [ "base.js" ] }, "description": "Advanced history button to move back for link opened in new tab.", "icons": { "128": "icon_128.png", "16": "icon_16.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" } }, "manifest_version": 2 } |