Google Drive Images Redirector
When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.
Google Drive Images Redirector란 무엇입니까?
Google Drive Images Redirector은(는) dvhb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer."입니다.
Google Drive Images Redirector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer.
확장 프로그램 기본 정보
이름 | |
ID | fndebjggeamljkklolciingbiankaobg |
공식 URL | https://chrome.google.com/webstore/detail/google-drive-images-redir/fndebjggeamljkklolciingbiankaobg |
설명 | When activated shows a direct link to a Google Drive image instead of opening it in the Google Drive Viewer. |
파일 크기 | 5.65 KB |
설치 횟수 | 57 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2015-07-29 |
출시 날짜 | 2015-07-29 |
개발자 | dvhb |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://dvhb.ru |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Drive Images Redirector", "description": "", "version": "1.0.1", "browser_action": { "default_icon": ".\/icon-32.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "background" ], "content_scripts": [ { "matches": [ "*:\/\/drive.google.com\/*" ], "js": [ "script.js" ] } ] } |