Roller

Send websites that you are surfing through to your friend's new tab.

Rollerคืออะไร?

Roller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://roller.works และคุณลักษณะหลักของมันคือ "Send websites that you are surfing through to your friend's new tab."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Roller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this extension, in every new Chrome tab you'll see websites that are sent to you from your friends.

For our privacy policy, visit: https://roller.works/privacy                    

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

ชื่อ Roller Roller
ID lnceokmndennnlhiohhnapcnkpknjmmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roller/lnceokmndennnlhiohhnapcnkpknjmmn
คำอธิบาย Send websites that you are surfing through to your friend's new tab.
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 96
เวอร์ชันปัจจุบัน 1.0.12
อัปเดตครั้งล่าสุด 2022-12-05
วันที่เผยแพร่ 2022-11-08
ผู้พัฒนา https://roller.works
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.roller.works/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roller",
    "version": "1.0.12",
    "manifest_version": 3,
    "description": "Send websites that you are surfing through to your friend's new tab.",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "alarms"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_title": "Roll this website or use Control + Cmd + R"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.tsx.f5fadd59.d9730a02.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/components\/content\/popup.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/client.03cb0467.js",
                "assets\/content.tsx.f5fadd59.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "src\/components\/newtab\/newtab.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "windows": "Ctrl+Shift+R",
                "linux": "Ctrl+Shift+R",
                "mac": "Ctrl+MacCtrl+R"
            }
        }
    }
}