startit: google docs quick starter

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

startit: google docs quick starter là gì?

startit: google docs quick starter là một tiện ích mở rộng Chrome được phát triển bởi rohan, và tính năng chính của nó là "A simple extension to make it easier to create a new Google document.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng startit: google docs quick starter

Tải xuống các tệp mở rộng startit: google docs quick starter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên startit: google docs quick starter startit: google docs quick starter
ID dkmmnenpdoakedjnklakelkppeegojpd
URL Chính Thức https://chrome.google.com/webstore/detail/startit-google-docs-quick/dkmmnenpdoakedjnklakelkppeegojpd
Mô tả A simple extension to make it easier to create a new Google document.
Kích Thước Tệp 241 KB
Số Lần Cài Đặt 178
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-01-08
Ngày Phát Hành 2017-01-08
Nhà Phát Triển rohan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}