URL To Tab
Non-link URL text will open in a new tab.
什麼是URL To Tab?
URL To Tab是由GGamagidev開發的Chrome擴展程式,該擴展的主要功能是“Non-link URL text will open in a new tab.”。
擴展截圖
下載URL To Tab擴展crx文件
下載URL To Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can open a new tab by MouseMiddleClick the URL of the text wrapped around the block. You can be opened in new tab by Ctrl + MouseLeftClick on the text URL. You can open new tabs with the URL Shift + MouseMiddleClick all wrapped in the block.
擴展基本資訊
名稱 | |
ID | baikpicmgimclkloekejeiaopkenipmg |
官方網址 | https://chrome.google.com/webstore/detail/url-to-tab/baikpicmgimclkloekejeiaopkenipmg |
簡介 | Non-link URL text will open in a new tab. |
檔案大小 | 14.37 KB |
安裝次數 | 23 |
目前版本 | 0.9.5 |
更新時間 | 2013-11-21 |
上架時間 | 2013-11-21 |
開發者 | GGamagidev |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL To Tab", "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.9.5", "description": "Non-link URL text will open in a new tab.", "homepage_url": "http:\/\/ggamagidev.blogspot.com\/", "content_scripts": [ { "all_frames": true, "js": [ "bgurlsel.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "options_page": "options.html", "icons": { "16": "icon16.png", "19": "icon19.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |