Rdirect Plugin

Redirect to any page with a double-click of the mouse

Rdirect Pluginคืออะไร?

Rdirect Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย royleekiat และคุณลักษณะหลักของมันคือ "Redirect to any page with a double-click of the mouse"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rdirect Plugin

ดาวน์โหลดไฟล์ส่วนขยาย 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 :)*                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rdirect Plugin Rdirect Plugin
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"
    ]
}