Bookmarker for Notion
Eye-candy 21st century bookmarks, straight into your notion workspace
Bookmarker for Notion란 무엇입니까?
Bookmarker for Notion은(는) Zeppelin Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Eye-candy 21st century bookmarks, straight into your notion workspace"입니다.
확장 프로그램 스크린샷
Bookmarker for Notion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Forget your old-fashioned web-bookmarks and get auto generated content previews that magnify your content, creating amazing Notion collections.
확장 프로그램 기본 정보
이름 | Bookmarker for Notion |
ID | kojbjmmnpliejebeggpaeonmkenfldeb |
공식 URL | https://chromewebstore.google.com/detail/bookmarker-for-notion/kojbjmmnpliejebeggpaeonmkenfldeb |
설명 | Eye-candy 21st century bookmarks, straight into your notion workspace |
파일 크기 | 2.42 MB |
설치 횟수 | 911 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2023-02-06 |
출시 날짜 | 2022-06-07 |
평점 | 3.67/5 총 9 개의 평점 |
개발자 | Zeppelin Labs |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://bookmarkerfornotion.com |
도움말 페이지 URL | http://bookmarkerfornotion.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmarker for Notion", "author": "Zeppelin Labs", "version": "0.1.7", "description": "Eye-candy 21st century bookmarks, straight into your notion workspace", "homepage_url": "https:\/\/bookmarkerfornotion.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Open the popup", "default_popup": "app.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "contextMenus", "activeTab", "scripting" ], "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |