Chart Nerd Extension
Chrome extensions for Chart Nerd, allow easy access to token, url & table name
什么是Chart Nerd Extension?
Chart Nerd Extension是由fayeed52开发的Chrome扩展程序,该扩展的主要功能是“Chrome extensions for Chart Nerd, allow easy access to token, url & table name”。
扩展截图
下载Chart Nerd Extension扩展crx文件
下载Chart Nerd Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A complementary extension for Chart Nerd, that help extract notion table URL, table name, token & autofills the input in Chart Nerd, saving you time.
扩展基本信息
名称 | |
ID | bakfkchdglacloppcphpfbpofmfmflkk |
官方URL | https://chromewebstore.google.com/detail/chart-nerd-extension/bakfkchdglacloppcphpfbpofmfmflkk |
简介 | Chrome extensions for Chart Nerd, allow easy access to token, url & table name |
文件大小 | 16.49 KB |
安装次数 | 852 |
当前版本 | 1.1.0 |
更新时间 | 2020-06-13 |
上架时间 | 2020-06-12 |
评分 | 1.86/5 共7次评分 |
开发者 | fayeed52 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://chart-nerd.now.sh/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chart Nerd Extension", "version": "1.1.0", "description": "Chrome extensions for Chart Nerd, allow easy access to token, url & table name", "short_name": "Chart Nerd", "permissions": [ "activeTab", "cookies", "storage", "https:\/\/www.notion.so\/*", "*:\/\/chart-nerd.now.sh\/*" ], "externally_connectable": { "matches": [ "*:\/\/chart-nerd.now.sh\/*", "http:\/\/localhost:3000\/*" ] }, "background": { "matches": "https:\/\/www.notion.so\/*", "page": "background.html" }, "page_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |