startit: google docs quick starter
A simple extension to make it easier to create a new Google document.
什么是startit: google docs quick starter?
startit: google docs quick starter是由rohan开发的Chrome扩展程序,该扩展的主要功能是“A simple extension to make it easier to create a new Google document.”。
扩展截图
下载startit: google docs quick starter扩展crx文件
下载startit: google docs quick starter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Never waste time again looking through your bookmarks or searching Google to find your drive and access your documents on the Drive. Go ahead and dive into your work with startit.
startit gives you the ability to skip the nonsense and get straight to work with convenient links to start typing away in just two clicks.
Works on Google Documents, Spreadsheets, and Slides. Adding more support as time goes on.
Support
This isn't perfect, I know. Help me help you, and issue your bugs on GitHub: https://github.com/rkanjani/startit/issues
Contact
www.rohankanjani.com 扩展基本信息
| 名称 | |
| ID | dkmmnenpdoakedjnklakelkppeegojpd |
| 官方URL | https://chrome.google.com/webstore/detail/startit-google-docs-quick/dkmmnenpdoakedjnklakelkppeegojpd |
| 简介 | A simple extension to make it easier to create a new Google document. |
| 文件大小 | 241 KB |
| 安装次数 | 178 |
| 当前版本 | 1.2 |
| 更新时间 | 2017-01-08 |
| 上架时间 | 2017-01-08 |
| 开发者 | rohan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "startit: google docs quick starter",
"description": "A simple extension to make it easier to create a new Google document.",
"version": "1.2",
"icons": {
"128": "img\/logo.png"
},
"web_accessible_resources": [
"img\/logo.png",
"img\/docs_logo.png",
"img\/sheets_logo.png",
"img\/slides_logo.png"
],
"browser_action": {
"default_icon": "img\/logo.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |