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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension to make it easier to create a new Google document."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में startit: google docs quick starter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |