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 |
官方網址 | 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 |
電子郵箱 | [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" } } |