startit: google docs quick starter
A simple extension to make it easier to create a new Google document.
startit: google docs quick starter란 무엇입니까?
startit: google docs quick starter은(는) rohan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension to make it easier to create a new Google document."입니다.
확장 프로그램 스크린샷
startit: google docs quick starter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Never waste time again looking through your bookmarks or searching Google to find your drive and access your documents on the Drive. Go ahead and dive into your work with startit. startit gives you the ability to skip the nonsense and get straight to work with convenient links to start typing away in just two clicks. Works on Google Documents, Spreadsheets, and Slides. Adding more support as time goes on. Support This isn't perfect, I know. Help me help you, and issue your bugs on GitHub: https://github.com/rkanjani/startit/issues Contact www.rohankanjani.com
확장 프로그램 기본 정보
이름 | |
ID | dkmmnenpdoakedjnklakelkppeegojpd |
공식 URL | https://chrome.google.com/webstore/detail/startit-google-docs-quick/dkmmnenpdoakedjnklakelkppeegojpd |
설명 | A simple extension to make it easier to create a new Google document. |
파일 크기 | 241 KB |
설치 횟수 | 178 |
현재 버전 | 1.2 |
최근 업데이트 | 2017-01-08 |
출시 날짜 | 2017-01-08 |
개발자 | rohan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "startit: google docs quick starter", "description": "A simple extension to make it easier to create a new Google document.", "version": "1.2", "icons": { "128": "img\/logo.png" }, "web_accessible_resources": [ "img\/logo.png", "img\/docs_logo.png", "img\/sheets_logo.png", "img\/slides_logo.png" ], "browser_action": { "default_icon": "img\/logo.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |