EasyLink
Quickly open similiar links
EasyLinkとは何ですか?
EasyLinkはmain_callによって開発されたChromeの拡張機能で、その主な機能は「Quickly open similiar links」です。
拡張機能のスクリーンショット
EasyLink拡張機能のCRXファイルをダウンロード
EasyLink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
EasyLink - chrome extension that helps to quickly open links. It's useful when domain has multiple values and/or similar sub-domain websites and need to quickly jump between websites. Enter domain values (see attached screenshots) and save it. When need to quickly open click on blue link or on "Open" button and it will open in new tab. It can hold & open up to 3 websites.
拡張機能の基本情報
名前 | |
ID | dgpgccjgpkbnkmbgdmhnliooibgpkbal |
公式URL | https://chrome.google.com/webstore/detail/easylink/dgpgccjgpkbnkmbgdmhnliooibgpkbal |
説明 | Quickly open similiar links |
ファイルサイズ | 13.71 KB |
インストール数 | 50 |
現在のバージョン | 0.1 |
最終更新日 | 2019-01-19 |
公開日 | 2019-01-19 |
開発者 | main_call |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyLink", "description": "Quickly open similiar links", "manifest_version": 2, "version": "0.1", "browser_action": { "default_icon": "img\/icon_32.png", "default_popup": "views\/popup.html", "default_title": "EasyLink", "persistent": false }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "permissions": [ "background", "storage", "notifications", "tabs" ] } |