Back to Drive
A nifty little extension that reverts the link on the Google Drive Services logo back to what it used to be: drive.google.com.
Back to Drive란 무엇입니까?
Back to Drive은(는) https://robotxlabs.github.io/back-to-drive에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A nifty little extension that reverts the link on the Google Drive Services logo back to what it used to be: drive.google.com."입니다.
확장 프로그램 스크린샷
Back to Drive 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A nifty little extension that changes the link on the Docs, Spreadsheets, Slides, Drawings and Forms logo back to Drive. Good for users like me who don't like the Docs interface but prefer instead the Drive interface Changelog: version 0.1.0: Initial release! version 0.2.0: Actually get the "Back to Drive" label to work, new logos, updated year (yay 2016!) version 0.3.0: Complete envisioned changes for the project. (Tooltip and Logo change) Note: Google Drive, Docs, Spreadsheets, Slides, Drawings, and Forms are all intellectual property of Google. RobotXLabs is in no way associated with Google.
확장 프로그램 기본 정보
이름 | Back to Drive |
ID | nkamccjapcjemblidlcaipacjgkmpgkp |
공식 URL | https://chromewebstore.google.com/detail/back-to-drive/nkamccjapcjemblidlcaipacjgkmpgkp |
설명 | A nifty little extension that reverts the link on the Google Drive Services logo back to what it used to be: drive.google.com. |
파일 크기 | 38.07 KB |
설치 횟수 | 12 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2019-04-18 |
출시 날짜 | 2019-04-17 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://robotxlabs.github.io/back-to-drive |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://robotxlabs.github.io/back-to-drive/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "RobotXLabs", "browser_action": { "default_icon": "icon_64.png", "default_popup": "popup.htm" }, "content_scripts": [ { "js": [ "btdd.js" ], "matches": [ "https:\/\/docs.google.com\/*\/d\/*" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png", "16": "icon_16.png", "32": "icon_32.png", "64": "icon_64.png" }, "description": "A nifty little extension that reverts the link on the Google Drive Services logo back to what it used to be: drive.google.com.", "manifest_version": 2, "name": "Back to Drive", "permissions": [ "https:\/\/docs.google.com\/*\/d\/*" ], "version": "0.3.0" } |