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 |
公式URL | 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" } } |