startit: google docs quick starter

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

Qu'est-ce que startit: google docs quick starter ?

startit: google docs quick starter est une extension Chrome développée par rohan, et sa fonction principale est "A simple extension to make it easier to create a new Google document.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension startit: google docs quick starter

Téléchargez les fichiers d'extension startit: google docs quick starter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom startit: google docs quick starter startit: google docs quick starter
ID dkmmnenpdoakedjnklakelkppeegojpd
URL Officiel https://chrome.google.com/webstore/detail/startit-google-docs-quick/dkmmnenpdoakedjnklakelkppeegojpd
Description A simple extension to make it easier to create a new Google document.
Taille du Fichier 241 KB
Nombre d'Installations 178
Version Actuelle 1.2
Dernière Mise à Jour 2017-01-08
Date de Publication 2017-01-08
Développeur rohan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}