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 |
官方網址 | 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" ] } |