Google Sheets ALT Keys and Trace Formulas

Extension that Enables Excel-style ALT-key Shortcuts for Google Sheets, plus Trace Formulas, Goal Seek, and More

Google Sheets ALT Keys and Trace Formulas là gì?

Google Sheets ALT Keys and Trace Formulas là một tiện ích mở rộng Chrome được phát triển bởi https://shortiecuts.com, và tính năng chính của nó là "Extension that Enables Excel-style ALT-key Shortcuts for Google Sheets, plus Trace Formulas, Goal Seek, and More".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Sheets ALT Keys and Trace Formulas

Tải xuống các tệp mở rộng Google Sheets ALT Keys and Trace Formulas 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

                        ◊ 14-day free trial ◊ No credit card required ◊

★ KEY FEATURES ★
• 300+ ALT-key shortcuts
• Trace formulas
• Goal seek 
• CTRL-style navigation and edit shortcuts (where possible)
• Some Google Docs and Google Slides shortcuts (see below)

➤ 300+ "ALT KEY" SHORTCUTS SUCH AS:
• ALT, H, A, C --- center text
• ALT, A, G, G --- group rows/columns
• ALT, H, F, C --- change font color
• ALT, H, B, U --- add top and double-bottom border
• ALT, W, F, F --- freeze pane
• ALT, W, V, G --- remove gridlines
+ plus hundreds more

➤ TRACE FORMULAS:
• Trace Dependents using CTRL + ]
• Trace Precedents using CTRL + [
• Return to previous cell using F5

➤ MORE SHEETS SHORTCUTS:
• Goal Seek (ALT, A, W, G)
• Insert/delete rows and columns like excel
• Easier-to-see color palette selection
• Copy formula to adjacent highlighted cells using CTRL + ENTER
• Some TTS Macro-style formatting shortcuts (for Mac only)
• Etc.

➤ Google DOCS and Google SLIDES: 
• ALT, H A L - align text left
• ALT, H A C - align text center
• ALT, H A R - align text right
• ALT, H H - background color
• ALT, H F C - font color
• ALT, H F S - font size
• ALT, H F F - font
• F4 - redo last action

➤ FEEDBACK? 
• This app is in beta. If you have feedback, email us at [email protected]                    

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

Tên Google Sheets ALT Keys and Trace Formulas Google Sheets ALT Keys and Trace Formulas
ID jbhdbmffapbbghcejohkekfecihgehlc
URL Chính Thức https://chromewebstore.google.com/detail/google-sheets-alt-keys-an/jbhdbmffapbbghcejohkekfecihgehlc
Mô tả Extension that Enables Excel-style ALT-key Shortcuts for Google Sheets, plus Trace Formulas, Goal Seek, and More
Kích Thước Tệp 852 KB
Số Lần Cài Đặt 465
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2022-08-30
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://shortiecuts.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.shortiecuts.com
URL Trang Trợ Giúp https://www.shortiecuts.com/contact
URL Trang Chính Sách Bảo Mật https://www.termsfeed.com/live/11041fed-b3cd-4b37-8565-572821c75137
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Sheets ALT Keys and Trace Formulas",
    "version": "1.1.1",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "35415201650-8l8a98slpc0k5qmhl0pkrk2pche5eoq9.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsAV+74J58ov55hXALBoV5w9tV6v+YzoV1ZrAyq3IewoKtcgOejniU4LgYSaogHg27YHKerlWt12VnzS43dWjVwN6FzKjCqPryB3oKZr4KvSh2+EYEJEdY0vgpXqqFwa0\/AMGHkvv5xr+bDvQxiChZepuLoOtcRQEA4RjCg5E9tCz8DmepqkPTLB7gMJK\/XQcdY98eXLr+xf7QmRzYTmDSqmUgjhdd6jDzI0nxBHnqt0vdYL0wcYUQccmtkpTGvFA3TC4bTCbbJk4WHKE2X0c8n7\/OFElIK3IHs\/iABByA45HZXyovTmZAJlbW+vtYRHJ5AyVldRjJtXaOFW9dJn2iQIDAQAB",
    "description": "Extension that Enables Excel-style ALT-key Shortcuts for Google Sheets, plus Trace Formulas, Goal Seek, and More",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "action": {
        "default_title": "ShortieCuts: ALT Shortcuts for Google Sheets.",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "scripts\/worker_wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/spreadsheets\/*",
                "https:\/\/docs.google.com\/document\/*",
                "https:\/\/docs.google.com\/presentation\/*"
            ],
            "js": [
                "scripts\/keys.js",
                "scripts\/sendKeys.js",
                "scripts\/extrapolate.js",
                "scripts\/unicode.js",
                "scripts\/date-fns.js",
                "scripts\/custom-dialog.js",
                "scripts\/goal-seek.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.shortiecuts.com\/*"
            ],
            "js": [
                "scripts\/referral.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/www.shortiecuts.com\/*"
            ],
            "js": [
                "scripts\/analytics-bootstrap.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/www.shortiecuts.com\/*"
            ]
        },
        {
            "resources": [
                "scripts\/analytics.js"
            ],
            "matches": [
                "https:\/\/www.shortiecuts.com\/*"
            ]
        }
    ]
}