Multilink
open all links in tabs
Multilinkとは何ですか?
MultilinkはNikhil & Surajによって開発されたChromeの拡張機能で、その主な機能は「open all links in tabs」です。
拡張機能のスクリーンショット
Multilink拡張機能のCRXファイルをダウンロード
Multilink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This application is for those people who are lazy to open multiple links one at a time. All you have to do is paste all the links in the text box and press open. all the links will be opend at a time. Hope you find it usefull
拡張機能の基本情報
名前 | |
ID | hakpaefefpemiaahboigpjchbmgkejaj |
公式URL | https://chrome.google.com/webstore/detail/multilink/hakpaefefpemiaahboigpjchbmgkejaj |
説明 | open all links in tabs |
ファイルサイズ | 281 KB |
インストール数 | 6,114 |
現在のバージョン | 4.1 |
最終更新日 | 2014-04-28 |
公開日 | 2014-04-28 |
評価 | 3.97/5 合計 35 レビュー |
開発者 | Nikhil & Suraj |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "i.png", "default_title": "Multilink", "default_popup": "popup.html" }, "description": "open all links in tabs", "icons": { "128": "i.png", "16": "i.png", "48": "i.png" }, "manifest_version": 2, "name": "Multilink", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.1" } |