Bigga Launcher
Collection of my most used dev websites.
Bigga Launcherとは何ですか?
Bigga Launcherはhttps://dzenis.techによって開発されたChromeの拡張機能で、その主な機能は「Collection of my most used dev websites.」です。
拡張機能のスクリーンショット
Bigga Launcher拡張機能のCRXファイルをダウンロード
Bigga Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The old Bigga Launcher was all about social media. I decided to change/upgrade it and now is all about development, plus something to relax like Youtube and Twitter. I made a better design and integrated option to open "essential" links or all of them. Here is the link to the GitHub repo so feel free to clone it and adjust it to your needs; I hope you'll find it useful. The majority doesn't need to do that, but I'm just saying that that’ll an option: https://github.com/dzenis-h/Chrome-Extension
拡張機能の基本情報
名前 | |
ID | mlgcopjbmfifbhkdifcohfjleeafdakn |
公式URL | https://chromewebstore.google.com/detail/bigga-launcher/mlgcopjbmfifbhkdifcohfjleeafdakn |
説明 | Collection of my most used dev websites. |
ファイルサイズ | 1.07 MB |
インストール数 | 22 |
現在のバージョン | 1.5.1 |
最終更新日 | 2023-06-21 |
公開日 | 2018-01-23 |
開発者 | https://dzenis.tech |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/dzenis-h/Chrome-Extension |
ヘルプページのURL | https://dzenis.tech/contact |
プライバシーポリシーページのURL | https://docs.google.com/document/d/1xvx0bBFUCECOhCXZLpq4wK0H07VONdXwBBdXxAfjuIs/edit?usp=sharing |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bigga Launcher", "description": "Collection of my most used dev websites.", "version": "1.5.1", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "bigga_logo.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "tabs", "scripting" ] } |