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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chart Nerd Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A complementary extension for Chart Nerd, that help extract notion table URL, table name, token & autofills the input in Chart Nerd, saving you time.                    

확장 프로그램 기본 정보

이름 Chart Nerd Extension Chart Nerd Extension
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"
    }
}