Opens external links in a new tab
Opens external links in a new tab
什麼是Opens external links in a new tab?
Opens external links in a new tab是由Celtis Ltd開發的Chrome擴展程式,該擴展的主要功能是“Opens external links in a new tab”。
擴展截圖
下載Opens external links in a new tab擴展crx文件
下載Opens external links in a new tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This small extension converts all external links to be opened in a new tab. This simple, but useful functionality was inspired by some famous collaboration web sites where by default external links are opened in the same window and it cannot be changed.
擴展基本資訊
名稱 | Opens external links in a new tab |
ID | dmcplcjakmobkeanofhphpjecbpjicka |
官方網址 | https://chromewebstore.google.com/detail/opens-external-links-in-a/dmcplcjakmobkeanofhphpjecbpjicka |
簡介 | Opens external links in a new tab |
檔案大小 | 28.99 KB |
安裝次數 | 1,145 |
目前版本 | 1.0 |
更新時間 | 2015-08-21 |
上架時間 | 2015-08-21 |
評分 | 2.67/5 共 12 次評分 |
開發者 | Celtis Ltd |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Opens external links in a new tab", "version": "1.0", "manifest_version": 2, "description": "Opens external links in a new tab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/targetFixer.js" ] } ] } |