Roller

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

Rollerとは何ですか?

Rollerはhttps://roller.worksによって開発されたChromeの拡張機能で、その主な機能は「Send websites that you are surfing through to your friend's new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Roller拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            }
        }
    }
}