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是由Peter Forest開發的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文件

下載Editor for Docs, Sheets & Slides擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 hkakjhmommclljpfacdehochefpefhph
官方網址 https://chrome.google.com/webstore/detail/editor-for-docs-sheets-sl/hkakjhmommclljpfacdehochefpefhph
簡介 View, edit and select the layout of Google Docs, Sheets, and Slides with an easy access via extension menu
檔案大小 483 KB
安裝次數 100,000
目前版本 1.1.7
更新時間 2022-07-24
上架時間 2020-08-07
評分 4.05/5 共 40 次評分
開發者 Peter Forest
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://google-edit.com/pp.html
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,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"
}