Switch To Youtube
Sets focus to newly opened Youtube.
Switch To Youtubeとは何ですか?
Switch To YoutubeはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Sets focus to newly opened Youtube.」です。
拡張機能のスクリーンショット
Switch To Youtube拡張機能のCRXファイルをダウンロード
Switch To Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sets focus to newly opened tabs. This extension forces Chrome to set focus to all new tabs when they are created, a behavior previously not seen when a link was forced by the user to open in a new tab. The location bar should get focus now when you open the New Tab, unless you use an addon that redirects to a different URL. Please let my know if you have any other issues with this. Tampletop, what exactly are you looking for? I'm the developer for this extension, so if I know what you want, I'll try to put it in. Paul...I'm on it!
拡張機能の基本情報
名前 | |
ID | fjcegjiphojkppgmagajiocmegikmmml |
公式URL | https://chromewebstore.google.com/detail/switch-to-youtube/fjcegjiphojkppgmagajiocmegikmmml |
説明 | Sets focus to newly opened Youtube. |
ファイルサイズ | 4.79 KB |
インストール数 | 44 |
現在のバージョン | 1.1 |
最終更新日 | 2020-05-25 |
公開日 | 2020-05-24 |
開発者 | Unknown |
支払い方法 | free |
ヘルプページのURL | https://support.google.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Switch To Youtube", "version": "1.1", "description": "Sets focus to newly opened Youtube.", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "background": { "scripts": [ "tabs.js" ], "persistent": false } } |