Rdirect Plugin
Redirect to any page with a double-click of the mouse
什么是Rdirect Plugin?
Rdirect Plugin是由royleekiat开发的Chrome扩展程序,该扩展的主要功能是“Redirect to any page with a double-click of the mouse”。
扩展截图
下载Rdirect Plugin扩展crx文件
下载Rdirect Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Parental supervision? Boss checking up on you? Fear not! With Rdirect, you may now browse any page, watch any video, and simply double click on any part of the pagebody to redirect to a desired page, which you can set in the options of the Rdirect extension. What are you waiting for? *Best used with vpn and incognito mode :)*
扩展基本信息
名称 | |
ID | dmpholkcpnngbjoacanififjdleamgop |
官方URL | https://chrome.google.com/webstore/detail/rdirect-plugin/dmpholkcpnngbjoacanififjdleamgop |
简介 | Redirect to any page with a double-click of the mouse |
文件大小 | 6.81 KB |
安装次数 | 36 |
当前版本 | 1.0 |
更新时间 | 2015-11-20 |
上架时间 | 2015-11-20 |
评分 | 5.00/5 共4次评分 |
开发者 | royleekiat |
付费类型 | free |
扩展官网 | http://royleekiat.wordpress.com/ |
帮助页面URL | https://github.com/royleekiat |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rdirect Plugin", "description": "Redirect to any page with a double-click of the mouse", "version": "1.0", "options_page": "options.html", "short_name": "Rdirect", "homepage_url": "http:\/\/royleekiat.wordpress.com", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Rdirect.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |