Notion Search Assistant
Notion search assistant will display relevant search result upon a search on configured search engine
Notion Search Assistantとは何ですか?
Notion Search Assistantはdatnguyen5653によって開発されたChromeの拡張機能で、その主な機能は「Notion search assistant will display relevant search result upon a search on configured search engine」です。
拡張機能のスクリーンショット
Notion Search Assistant拡張機能のCRXファイルをダウンロード
Notion Search Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notion search assistant will display relevant search result upon a search on configured search engine 拡張機能の基本情報
| 名前 | |
| ID | hohdpkcejanbipifiggebdnbfglcjjin |
| 公式URL | https://chromewebstore.google.com/detail/notion-search-assistant/hohdpkcejanbipifiggebdnbfglcjjin |
| 説明 | Notion search assistant will display relevant search result upon a search on configured search engine |
| ファイルサイズ | 261 KB |
| インストール数 | 905 |
| 現在のバージョン | 0.7.0 |
| 最終更新日 | 2021-11-08 |
| 公開日 | 2021-10-23 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | datnguyen5653 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "",
"version": "0.7.0",
"__DEV__": false,
"name": "Notion Search Assistant",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"scripting",
"webNavigation",
"cookies",
"webRequest"
],
"web_accessible_resources": [
{
"resources": [
"popup.html"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"64": "\/images\/notion-search-assistant-64.png",
"128": "\/images\/notion-search-assistant-128.png",
"256": "\/images\/notion-search-assistant-256.png"
}
},
"icons": {
"64": "\/images\/notion-search-assistant-64.png",
"128": "\/images\/notion-search-assistant-128.png",
"256": "\/images\/notion-search-assistant-256.png"
},
"options_page": "options.html",
"content_scripts": [],
"host_permissions": [
"*:\/\/*\/*"
]
} | |