Open Multiple website
Open Multiple Links easily
Open Multiple websiteとは何ですか?
Open Multiple websiteはshubhankar1100によって開発されたChromeの拡張機能で、その主な機能は「Open Multiple Links easily」です。
拡張機能のスクリーンショット
Open Multiple website拡張機能のCRXファイルをダウンロード
Open Multiple website拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
There are multiple website which we open daily before we start our work, like h=google,gmail,facebook,youtube etc To open each website in different tab is time consuming. So we will develop an extension which will automate this. Let’s make it simpler by just adding all urls in one extension and by clicking a button we can open all daily use websites in one go. We have to just add all the required website in this extension once and whenever we start chrome just we have to click a button to launch all the website.
拡張機能の基本情報
名前 | Open Multiple website |
ID | hedfombeoifnnpoglealldolfkjdohec |
公式URL | https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec |
説明 | Open Multiple Links easily |
ファイルサイズ | 23.79 KB |
インストール数 | 115 |
現在のバージョン | 1.0 |
最終更新日 | 2017-03-25 |
公開日 | 2017-03-24 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | shubhankar1100 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Multiple website", "description": "Open Multiple Links easily", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |