D-ToolBox

D-ToolBox, Shortcuts to create Google Drive documents and download as pdf, docs, xlsx, etc.. your google document.

D-ToolBoxคืออะไร?

D-ToolBox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cloud34.fr และคุณลักษณะหลักของมันคือ "D-ToolBox, Shortcuts to create Google Drive documents and download as pdf, docs, xlsx, etc.. your google document."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D-ToolBox

ดาวน์โหลดไฟล์ส่วนขยาย D-ToolBox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        D-ToolBox is a Google Drive Tool Box which provide you a direct access to create a new Google document and when you are in a Google Document a direct link to download document as a pdf file or an office file.

Shortcuts to create  :
Google Document
Google Spreadsheet
Google Presentation
Google Form
Google Script
Google New Spreadsheet
Google Draw

In a Google Document page, shortcuts to :
Download Google Document as pdf or docx
Download Google Spreadsheet as pdf, xlsx or csv
Download Google Presentation as pdf or pptx
Download Google New Spreadsheet as pdf or xlsx

Credit for icon : http://dryicons.com/

v 1.1 : Modifying url for creating google document to be compliant with new home screens for Documents, Sheets and Slides.

v 1.0 : Fixed issue with images

v 0.9.9 : Adding the ability to download new spreadsheet as csv (works only for first sheet of file). 
Removing the shortcut for creating an old spreadsheet because it is no longer availble and replaced it by the new spreadsheets shortcut.

v 0.9.8 : Beta - Added functionnality to duplicate an old spreasheet to a new spreadsheet. Be careful if there is formulas based on others tab the formula will display #REF!. You just have to edit cell and click enter to display the result.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ D-ToolBox D-ToolBox
ID jglhicdjgkdpoeepmenmpkdnfbekdoko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/d-toolbox/jglhicdjgkdpoeepmenmpkdnfbekdoko
คำอธิบาย D-ToolBox, Shortcuts to create Google Drive documents and download as pdf, docs, xlsx, etc.. your google document.
ขนาดไฟล์ 90.67 KB
จำนวนการติดตั้ง 4,073
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-07-30
วันที่เผยแพร่ 2014-07-30
คะแนน 4.79/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://www.cloud34.fr
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icone-16.png",
        "default_popup": "popup.html",
        "default_title": "D-ToolBox"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "D-ToolBox, Shortcuts to create Google Drive documents and download as pdf, docs, xlsx, etc.. your google document.",
    "icons": {
        "128": "icone-128.png",
        "16": "icone-16.png",
        "32": "icone-32.png",
        "48": "icone-48.png",
        "64": "icone-64.png"
    },
    "manifest_version": 2,
    "name": "D-ToolBox",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}