Office Tools

Quicker way to access the Google Office Tools.

什麼是Office Tools?

Office Tools是由Triplex Media開發的Chrome擴展程式,該擴展的主要功能是“Quicker way to access the Google Office Tools.”。

擴展截圖

screenshot

下載Office Tools擴展crx文件

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

擴展使用說明

                        By downloading our Office Tools New Tab extension, you’ll get faster access to your everyday Google Office Tools, from docs and sheets, to slides, even Google maps and translate

Just open a new tab and access Google Office Tools straight from your browser
- Providing the best search results by changing your search engine on the new tab to Bing
- Access to all the Google Office Tools, including Google Maps & Translate straight from your browser
- Easy view time of day 
- Quick links to your favorite social media platforms

By clicking "Add to chrome", I accept and agree to installing the Office Tools™ extension and setting Chrome™ New Tab and new tab search engine to that provided by the service and the Privacy(https://triplex.media/privacy_policy.html) and Terms of Use(https://triplex.media/terms.html).

Triplex Media,
1/60 Park St, Sydney NSW 2000
[email protected]                    

擴展基本資訊

名稱 Office Tools Office Tools
ID mfjlpophppgflakehjnjkanmlhkbelfi
官方網址 https://chromewebstore.google.com/detail/office-tools/mfjlpophppgflakehjnjkanmlhkbelfi
簡介 Quicker way to access the Google Office Tools.
檔案大小 779 KB
安裝次數 105,877
目前版本 0.10
更新時間 2021-02-09
上架時間 2020-06-19
開發者 Triplex Media
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://triplex.media/privacy_policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Office Tools",
    "author": "Frooty Studios",
    "description": "Quicker way to access the Google Office Tools.",
    "version": "0.10",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/imgs\/ex_logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "views\/tabs\/tabs.html"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            ".\/backgroundScript\/backgroundScript.js"
        ],
        "persistent": true
    },
    "permissions": []
}