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 |
官方網址 | 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 |
電子郵箱 | [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" } |