startit: google docs quick starter

A simple extension to make it easier to create a new Google document.

Was ist startit: google docs quick starter?

startit: google docs quick starter ist eine Chrome-Erweiterung, die von rohan entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension to make it easier to create a new Google document.".

Erweiterungsscreenshots

screenshot

startit: google docs quick starter-Erweiterungs-CRX-Datei herunterladen

Laden Sie startit: google docs quick starter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name startit: google docs quick starter startit: google docs quick starter
ID dkmmnenpdoakedjnklakelkppeegojpd
Offizielle URL https://chrome.google.com/webstore/detail/startit-google-docs-quick/dkmmnenpdoakedjnklakelkppeegojpd
Beschreibung A simple extension to make it easier to create a new Google document.
Dateigröße 241 KB
Installationsanzahl 178
Aktuelle Version 1.2
Letztes Update 2017-01-08
Veröffentlichungsdatum 2017-01-08
Entwickler rohan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}