NUTabs
Adds ability to open job postings from NUworks in a new tab.
NUTabsとは何ですか?
NUTabsはvishalramesh50によって開発されたChromeの拡張機能で、その主な機能は「Adds ability to open job postings from NUworks in a new tab.」です。
拡張機能のスクリーンショット
NUTabs拡張機能のCRXファイルをダウンロード
NUTabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This allows users to open job postings in a new tab and improve your quality of life when comparing jobs or just applying to many at once. You can't normally open job postings in new tabs, so this extension allows you to do so.
拡張機能の基本情報
名前 | NUTabs |
ID | phcefmljbehmneoegeokgmaboiklbnnf |
公式URL | https://chromewebstore.google.com/detail/nutabs/phcefmljbehmneoegeokgmaboiklbnnf |
説明 | Adds ability to open job postings from NUworks in a new tab. |
ファイルサイズ | 152 KB |
インストール数 | 152 |
現在のバージョン | 0.1.3 |
最終更新日 | 2021-05-10 |
公開日 | 2020-10-26 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | vishalramesh50 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/VishalRamesh50/NUTabs/ |
ヘルプページのURL | https://github.com/VishalRamesh50/NUTabs/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NUTabs", "version": "0.1.3", "description": "Adds ability to open job postings from NUworks in a new tab.", "icons": { "512": "icons\/new-tab.png" }, "content_scripts": [ { "matches": [ "https:\/\/northeastern-csm.symplicity.com\/students\/app\/jobs\/*" ], "js": [ "jobTabs.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_specific_settings": { "gecko": { "update_url": "https:\/\/raw.githubusercontent.com\/VishalRamesh50\/NUTabs\/master\/updates.json" } }, "permissions": [ "webRequest", "https:\/\/northeastern-csm.symplicity.com\/students\/app\/jobs\/*" ] } |