Noteably companion
This extension will let you save the current webpage or simply a note to Noteably.
Noteably companion란 무엇입니까?
Noteably companion은(는) Smart Software GbR에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will let you save the current webpage or simply a note to Noteably."입니다.
확장 프로그램 스크린샷
Noteably companion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will let you save the current webpage or simply a note to Noteably.
확장 프로그램 기본 정보
이름 | Noteably companion |
ID | hcegghofkifepkbnjonhfnfaigjnieme |
공식 URL | https://chromewebstore.google.com/detail/noteably-companion/hcegghofkifepkbnjonhfnfaigjnieme |
설명 | This extension will let you save the current webpage or simply a note to Noteably. |
파일 크기 | 75.59 KB |
설치 횟수 | 56 |
현재 버전 | 1.5.0 |
최근 업데이트 | 2015-06-15 |
출시 날짜 | 2015-06-15 |
개발자 | Smart Software GbR |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Noteably companion", "description": "This extension will let you save the current webpage or simply a note to Noteably.", "version": "1.5.0", "permissions": [ "identity", "tabs", "storage", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/android.googleapis.com\/gcm\/send" ], "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "19": "images\/icon_19.png", "38": "images\/icon_38.png" } }, "oauth2": { "client_id": "666941612008-8lmmm5c1n4k0f18cdai095bboduc09mt.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/drive.appdata" ] } } |