Office Tools
Quicker way to access the Google Office Tools.
What is Office Tools?
Office Tools is a Chrome extension developed by Triplex Media, and its main feature is "Quicker way to access the Google Office Tools.".
Extension Screenshots
Download Office Tools Extension CRX File
Download Office Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | Office Tools |
ID | mfjlpophppgflakehjnjkanmlhkbelfi |
Official URL | https://chromewebstore.google.com/detail/office-tools/mfjlpophppgflakehjnjkanmlhkbelfi |
Description | Quicker way to access the Google Office Tools. |
File Size | 779 KB |
Installation Count | 105,877 |
Current Version | 0.10 |
Last Updated | 2021-02-09 |
Publish Date | 2020-06-19 |
Developer | Triplex Media |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://triplex.media/privacy_policy.html |
Supported Languages | 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": [] } |