Note to Self | by dumpstr.io
Take knowledge management to the extreme with Note to Self by dumpstr.io
Note to Self | by dumpstr.io란 무엇입니까?
Note to Self | by dumpstr.io은(는) http://dumpstr.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take knowledge management to the extreme with Note to Self by dumpstr.io"입니다.
확장 프로그램 스크린샷
Note to Self | by dumpstr.io 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Minimal knowledge management Capture thoughts, quotes, links, right from Chrome's toolbar. View all your captures in a neat and clean feed.
확장 프로그램 기본 정보
이름 | |
ID | odmkmbaemidenlddgpioojljlagofpgi |
공식 URL | https://chrome.google.com/webstore/detail/note-to-self-by-dumpstrio/odmkmbaemidenlddgpioojljlagofpgi |
설명 | Take knowledge management to the extreme with Note to Self by dumpstr.io |
파일 크기 | 1.39 MB |
설치 횟수 | 58 |
현재 버전 | 1.4.5 |
최근 업데이트 | 2015-11-10 |
출시 날짜 | 2015-11-10 |
평점 | 4.91/5 총 11 개의 평점 |
개발자 | http://dumpstr.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.dumpstr.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Note to Self | by dumpstr.io", "version": "1.4.5", "short_name": "Note to Self", "description": "Take knowledge management to the extreme with Note to Self by dumpstr.io", "minimum_chrome_version": "27.0.1453.116", "browser_action": { "default_icon": { "19": "resources\/logo.png", "38": "resources\/logo.png", "128": "resources\/logo.png" }, "default_popup": "dumpstr\/chrome-ext.html" }, "background": { "page": "bg\/bg.html" }, "permissions": [ "activeTab", "storage", "http:\/\/www.dumpstr.io\/" ], "icons": { "32": "resources\/logo.png", "48": "resources\/logo.png", "128": "resources\/logo.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com; object-src 'self'; connect-src 'self' http:\/\/www.dumpstr.io https:\/\/cdn.mxpnl.com http:\/\/api.mixpanel.com", "web_accessible_resources": [ "\/resources\/*" ] } |