Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
Latent Soft Launcherとは何ですか?
Latent Soft Launcherはhttp://latentsoft.comによって開発されたChromeの拡張機能で、その主な機能は「This is an extension to launch useful links of Latent Soft and other」です。
拡張機能のスクリーンショット
Latent Soft Launcher拡張機能のCRXファイルをダウンロード
Latent Soft Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension to launch useful links related to Latent Soft. This is developed specially for students, employees and managing bodies of Latent Soft
拡張機能の基本情報
名前 | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
公式URL | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
説明 | This is an extension to launch useful links of Latent Soft and other |
ファイルサイズ | 73.7 KB |
インストール数 | 13 |
現在のバージョン | 1.2 |
最終更新日 | 2019-03-11 |
公開日 | 2019-03-11 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | http://latentsoft.com |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Latent Soft Launcher", "version": "1.2", "description": "This is an extension to launch useful links of Latent Soft and other", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "32": "images\/get_started32.png", "128": "images\/get_started128.png" } }, "icons": { "32": "images\/get_started32.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |