NotionExtensions
Your notion.so workspace, with all the missing features.
什么是NotionExtensions?
NotionExtensions是由https://notionextensions.com开发的Chrome扩展程序,该扩展的主要功能是“Your notion.so workspace, with all the missing features.”。
扩展截图
下载NotionExtensions扩展crx文件
下载NotionExtensions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
NotionExtensions provides small & configurable tools that make you more productive on notion.so. With this browser extension, you will be able to use NotionExtensions as a sidebar whenever you visit your notion.so workspace. More info at: https://notionextensions.com/
扩展基本信息
名称 | NotionExtensions |
ID | kngfbhmaimflbboiolphlbdbippdglbl |
官方URL | https://chromewebstore.google.com/detail/notionextensions/kngfbhmaimflbboiolphlbdbippdglbl |
简介 | Your notion.so workspace, with all the missing features. |
文件大小 | 121 KB |
安装次数 | 1,703 |
当前版本 | 0.0.7 |
更新时间 | 2022-12-12 |
上架时间 | 2022-02-21 |
开发者 | https://notionextensions.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://app.notionextensions.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NotionExtensions", "version": "0.0.7", "description": "Your notion.so workspace, with all the missing features.", "icons": { "512": "assets\/icons\/icon-512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.notion.so\/*" ], "js": [ "src\/entryPoint.js" ] } ], "action": { "default_icon": { "512": "assets\/icons\/icon-512.png" }, "default_popup": "src\/popup.html", "default_title": "NotionExtensions" }, "web_accessible_resources": [ { "resources": [ "\/src\/index.js" ], "matches": [ "*:\/\/*.notion.so\/*" ] } ] } |