Editor for Docs, Sheets & Slides

View, edit and select the layout of Google Docs, Sheets, and Slides with an easy access via extension menu

Editor for Docs, Sheets & Slides란 무엇입니까?

Editor for Docs, Sheets & Slides은(는) konimatoan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View, edit and select the layout of Google Docs, Sheets, and Slides with an easy access via extension menu"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Editor for Docs, Sheets & Slides 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It’s a perfect tool for working with Google Docs, Sheets, and Slides. Easy access to Google Drive files with opportunity to select layout and pin the file during your work. Convenience layout options allows to compare several documents or stay with opened file in the corner of the screen during the Skype call. 

Evaluate the advanced functional that widens your opportunities:

- Create and edit Google Docs, Sheets, and Slides with just one click. Easy access saves your time during the work
- Select layout for opened files
- Stay focused on the one current file using the pin button

In case of any questions please contact the developer team using the contact form.                    

확장 프로그램 기본 정보

이름 Editor for Docs, Sheets & Slides Editor for Docs, Sheets & Slides
ID oepjogknopbbibcjcojmedaepolkghpb
공식 URL https://chromewebstore.google.com/detail/editor-for-docs-sheets-sl/oepjogknopbbibcjcojmedaepolkghpb
설명 View, edit and select the layout of Google Docs, Sheets, and Slides with an easy access via extension menu
파일 크기 484 KB
설치 횟수 213,124
현재 버전 1.1.7
최근 업데이트 2022-10-31
출시 날짜 2022-10-31
평점 4.71/5 총 259 개의 평점
개발자 konimatoan
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://getsearchgpt.com/privacy-policy.html
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_extTitle__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "content\/DocsOpener.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icons\/icon_256.png",
        "48": "icons\/icon_256.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "__MSG_extShortName__",
    "version": "1.1.7"
}