Open Links in Tabs
URLs entered in a form are opened in tabs.
Open Links in Tabsとは何ですか?
Open Links in Tabsはhttps://managedkaos.comによって開発されたChromeの拡張機能で、その主な機能は「URLs entered in a form are opened in tabs.」です。
拡張機能のスクリーンショット
Open Links in Tabs拡張機能のCRXファイルをダウンロード
Open Links in Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open Links in Tabs does just what the name says. Click the icon to activate the extension. In the form that pops up, type or paste in as many URLs as you like. Each one will be opened in a new tab. All URLs entered must be valid. Valid URLs are links like "http://example.com", and "example.com". Bad URLs are single word links (no .com, .net, etc..) and links with spaces. These are bad links: "example", "my example.com". Open Links in Tabs is a free extension that runs right from your computer. It dosen't redirect you to a website that opens links for you; the links are opened right from the Chrome browser itself. We hope you enjoy using this simple but effective extension!
拡張機能の基本情報
名前 | Open Links in Tabs |
ID | jlgojbammkhdbbohlihccohgbaccgpbm |
公式URL | https://chromewebstore.google.com/detail/open-links-in-tabs/jlgojbammkhdbbohlihccohgbaccgpbm |
説明 | URLs entered in a form are opened in tabs. |
ファイルサイズ | 111 KB |
インストール数 | 5,323 |
現在のバージョン | 2022.1.2 |
最終更新日 | 2022-01-04 |
公開日 | 2020-05-25 |
評価 | 3.82/5 合計 11 レビュー |
開発者 | https://managedkaos.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/managedkaos/open-links-in-tabs |
ヘルプページのURL | https://github.com/managedkaos/open-links-in-tabs/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Links in Tabs", "version": "2022.1.2", "author": "Managed Kaos", "homepage_url": "https:\/\/github.com\/managedkaos\/open-links-in-tabs", "description": "URLs entered in a form are opened in tabs.", "icons": { "16": "folder-blue-16.png", "48": "folder-blue-48.png", "128": "folder-blue-128.png" }, "browser_action": { "default_icon": { "19": "folder-blue-16.png", "38": "folder-blue-48.png" }, "default_title": "Open Links in Tabs", "default_popup": "popup.html" } } |