Cloud Notes
This extension provides possibilities to create and delete Notes from the extension popup window. Notes are saved on your Google…
Cloud Notes란 무엇입니까?
Cloud Notes은(는) axmet180에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides possibilities to create and delete Notes from the extension popup window. Notes are saved on your Google…"입니다.
확장 프로그램 스크린샷
Cloud Notes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides possibilities to create and delete Notes from the extension popup window. Notes are saved on your Google Drive in the "Notes Extension" folder. From popup your can - create new note by filling title and content and pressing Shift+Enter - delete note by middle-click on note title - copy note content by left-click on note content
확장 프로그램 기본 정보
이름 | |
ID | ngbeefjkidimfnmhbcmbggeclnllkjnl |
공식 URL | https://chrome.google.com/webstore/detail/cloud-notes/ngbeefjkidimfnmhbcmbggeclnllkjnl |
설명 | This extension provides possibilities to create and delete Notes from the extension popup window. Notes are saved on your Google… |
파일 크기 | 93.09 KB |
설치 횟수 | 107 |
현재 버전 | 0.12 |
최근 업데이트 | 2015-08-21 |
출시 날짜 | 2015-08-21 |
평점 | 1.50/5 총 2 개의 평점 |
개발자 | axmet180 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.example.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloud Notes", "version": "0.12", "manifest_version": 2, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "libs\/jquery.js", "drive.js", "Snippet.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "https:\/\/www.googleapis.com\/*", "identity" ], "oauth2": { "client_id": "135215763270-46rkrd4jmmrr0fb69pugmcfpepvaj9i5.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg72Wv5HbjbSGMaQtRDsGJ80rrftxxbm3QOlAzfY8p0hHBGW0c8+6uZo41fTZE3Euu8CE4kC67Me1viS4C0EgwO0pHrsMc8xxgiPugLcxmS3axpPjlCP+sTm1gVb8BFGCMVJvRa0+gzCoVo9Jr1ELcct6TvvDskmIsu+QYQMVe5aPo1PK7mZ6cpX6jeSAJc\/66yXoyKejb+O2loe96iec46CWjmxHa4K7OBsqir45UTN5M1S32lx0Ud8VBpM7CwqbPynF3AU\/mbjT82SRocebn1fkc4FDlej\/KX3j147429bSHolDZqbNGzl9vctkCQnT7En37BP9VNL6K0yiyo6\/TwIDAQAB", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Shift+Alt+S" } } } } |