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
公式URL 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
Eメール [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": []
}