Profile Launcher
Easily access all your accounts from one place
什麼是Profile Launcher?
Profile Launcher是由Teja Tarun G開發的Chrome擴展程式,該擴展的主要功能是“Easily access all your accounts from one place”。
擴展截圖
下載Profile Launcher擴展crx文件
下載Profile Launcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An easy-to-use extension which gives you access to your profiles such as LinkedIn, GitHub, Twitter, Instagram and more. 擴展基本資訊
| 名稱 | |
| ID | ahnmcbfhkgafaplogpadenghgimblaop |
| 官方網址 | https://chromewebstore.google.com/detail/profile-launcher/ahnmcbfhkgafaplogpadenghgimblaop |
| 簡介 | Easily access all your accounts from one place |
| 檔案大小 | 32.64 KB |
| 安裝次數 | 13 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2020-07-07 |
| 上架時間 | 2020-07-06 |
| 評分 | 4.83/5 共 6 次評分 |
| 開發者 | Teja Tarun G |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Profile Launcher",
"description": "Easily access all your accounts from one place",
"version": "1.0.0",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"storage"
]
} | |