withub-spotlight-extension
Use WitHub Search from your browser's homepage
withub-spotlight-extensionとは何ですか?
withub-spotlight-extensionはhttps://getwithub.comによって開発されたChromeの拡張機能で、その主な機能は「Use WitHub Search from your browser's homepage」です。
拡張機能のスクリーンショット
withub-spotlight-extension拡張機能のCRXファイルをダウンロード
withub-spotlight-extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Remember the last time you had to find that one important piece of information that you thought you had seen somewhere, but were left helplessly searching through all your apps one by one. WitHub is context rich search that finds what you need across all your company’s apps from one minimal search bar — tucked neatly into your existing workflow.
拡張機能の基本情報
名前 | withub-spotlight-extension |
ID | cikbpecmkdjjkjbkcijfcffecfnkkhbh |
公式URL | https://chromewebstore.google.com/detail/withub-spotlight-extensio/cikbpecmkdjjkjbkcijfcffecfnkkhbh |
説明 | Use WitHub Search from your browser's homepage |
ファイルサイズ | 110 KB |
インストール数 | 18 |
現在のバージョン | 6.0.3 |
最終更新日 | 2022-11-30 |
公開日 | 2021-04-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://getwithub.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.getwithub.com |
ヘルプページのURL | https://withub-hq.notion.site/WitHub-Browser-Extension-86a5990f59804eaead13b6fa975d5c2b |
プライバシーポリシーページのURL | https://www.privacypolicygenerator.info/live.php?token=nnoIpRMMIk7lciwpnQ44rf9LIzPXqRyq |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "withub-spotlight-extension", "version": "6.0.3", "description": "Use WitHub Search from your browser's homepage", "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "topSites" ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |