SaveAs
SaveAs for Google Docs
SaveAs란 무엇입니까?
SaveAs은(는) Jhaniv LTD.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SaveAs for Google Docs"입니다.
확장 프로그램 스크린샷
SaveAs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SaveAs brings the familiar "SaveAs" functionality to your Google Docs.
확장 프로그램 기본 정보
이름 | SaveAs |
ID | dfagmpodnkdapdbjhjmenkeilmmefkal |
공식 URL | https://chromewebstore.google.com/detail/saveas/dfagmpodnkdapdbjhjmenkeilmmefkal |
설명 | SaveAs for Google Docs |
파일 크기 | 177 KB |
설치 횟수 | 42 |
현재 버전 | 1.3 |
최근 업데이트 | 2016-06-20 |
출시 날짜 | 2016-06-20 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Jhaniv LTD. |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SaveAs", "short_name": "SaveAs", "manifest_version": 2, "version": "1.3", "minimum_chrome_version": "29", "description": "SaveAs for Google Docs", "background": { "scripts": [ "background.js", "gdocs.js", "jq.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/*", "https:\/\/docs.google.com\/spreadsheets\/*" ], "js": [ "jq.js", "main.js", "mn.js", "gdocs.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "statusbar.html" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "tabs", "identity", "https:\/\/ssl.gstatic.com\/", "https:\/\/www.googleapis.com\/", "https:\/\/accounts.google.com\/" ], "oauth2": { "client_id": "681906034548-smp6b665oaojlnlu4ohlqpsofr05q61v.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/drive.metadata", "https:\/\/www.googleapis.com\/auth\/drive.scripts" ] }, "browser_action": { "name": "test", "icons": [ "icon.png" ] } } |