New Tabs at End 3000
Forces new tabs to open at the end of the tab strip.
New Tabs at End 3000とは何ですか?
New Tabs at End 3000はSugarbranch, Inc.によって開発されたChromeの拡張機能で、その主な機能は「Forces new tabs to open at the end of the tab strip.」です。
拡張機能のスクリーンショット
New Tabs at End 3000拡張機能のCRXファイルをダウンロード
New Tabs at End 3000拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The New Tabs at End (v2.0.3.3) extension by itworks was removed from the Chrome Store for violating the Chrome Web Store policy. This version updates the extension to work with Manifest version 3 and the latest Google Chrome Extension API. The code is open source and available on Github. Version 3.0.0.1 - Simplified code. Hopefully, it will no longer jump to the first tab randomly
拡張機能の基本情報
名前 | New Tabs at End 3000 |
ID | bboielpmccpfkhggghgpimeblacofahc |
公式URL | https://chromewebstore.google.com/detail/new-tabs-at-end-3000/bboielpmccpfkhggghgpimeblacofahc |
説明 | Forces new tabs to open at the end of the tab strip. |
ファイルサイズ | 9.58 KB |
インストール数 | 3,000 |
現在のバージョン | 3.0.0.2 |
最終更新日 | 2022-06-13 |
公開日 | 2021-08-29 |
評価 | 4.21/5 合計 14 レビュー |
開発者 | Sugarbranch, Inc. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/tsuliwaensis/New-Tabs-at-End-3000 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "description": "Forces new tabs to open at the end of the tab strip.", "icons": { "128": "skin\/icon-128.png", "16": "skin\/icon-16.png", "48": "skin\/icon-48.png" }, "manifest_version": 3, "name": "New Tabs at End 3000", "version": "3.0.0.2" } |