Social Launcher
Quick Launce To your sites
Social Launcherとは何ですか?
Social LauncherはHasanuzzamanによって開発されたChromeの拡張機能で、その主な機能は「Quick Launce To your sites」です。
拡張機能のスクリーンショット
Social Launcher拡張機能のCRXファイルをダウンロード
Social Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily launch your social and important site just click to the icon, No need to type the link. New feature update on version 2.0.0 Show your top sites link. Easily add your custom link. Easily add custom icon. Nice user interface Very much recomended for the person who don't want to type the link again and again. Hope it will increase your productivity. If you have any request for new feature please let us know.
拡張機能の基本情報
名前 | |
ID | ioijhmpjoplcmckgaiggcoockjijmcim |
公式URL | https://chrome.google.com/webstore/detail/social-launcher/ioijhmpjoplcmckgaiggcoockjijmcim |
説明 | Quick Launce To your sites |
ファイルサイズ | 54.11 KB |
インストール数 | 33 |
現在のバージョン | 2.0.0 |
最終更新日 | 2019-03-04 |
公開日 | 2019-03-04 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Hasanuzzaman |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hasanuzzamanbe.github.io/social-launcher-extension/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Launcher", "version": "2.0.0", "description": "Quick Launce To your sites", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Hasanuzzaman", "optional_permissions": [ "tabs" ], "permissions": [ "tabs", "topSites", "storage" ], "short_name": "S Launch" } |