Social Media Launcher
This extension adds a launcher to your Chrome where you can go to a variuos social medias.
Social Media Launcherとは何ですか?
Social Media LauncherはHjalte Anton Nylander Larsenによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a launcher to your Chrome where you can go to a variuos social medias.」です。
拡張機能のスクリーンショット
Social Media Launcher拡張機能のCRXファイルをダウンロード
Social Media Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a social media launcher to your Chrome. Adds a social media launcher with Youtube, Instagram, Facebook and Twitter, which opens in a new window. Developer: Hjalte A. N. Larsen Version: 1.0.0 Changelog: 1.0.0 - Added extension to Chrome Workshop. TODO: 1.0.1 - Add more social medias to the launcher. If you encounter any bugs og etc. please contact me at [email protected] or under "Support".
拡張機能の基本情報
名前 | |
ID | kbnmlhibeengknmbagldpbkebofdebke |
公式URL | https://chrome.google.com/webstore/detail/social-media-launcher/kbnmlhibeengknmbagldpbkebofdebke |
説明 | This extension adds a launcher to your Chrome where you can go to a variuos social medias. |
ファイルサイズ | 429 KB |
インストール数 | 19 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-12-02 |
公開日 | 2019-12-02 |
開発者 | Hjalte Anton Nylander Larsen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Media Launcher", "author": "Hjalte Anton Nylander Larsen", "version": "1.0.0", "description": "This extension adds a launcher to your Chrome where you can go to a variuos social medias.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Social Media Launcher" }, "permissions": [ "activeTab" ] } |