Swiss Army Notebook

A collection of tools to make journalists' lives easier.

Swiss Army Notebook là gì?

Swiss Army Notebook là một tiện ích mở rộng Chrome được phát triển bởi Kia Farhang, và tính năng chính của nó là "A collection of tools to make journalists' lives easier.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Swiss Army Notebook

Tải xuống các tệp mở rộng Swiss Army Notebook 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

                        Search competitors' sites with ease. Open social networks with new keyboard shortcuts. Get quick access to a dictionary and thesaurus without leaving the page you're on.                    

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

Tên Swiss Army Notebook Swiss Army Notebook
ID hlbcccckmdljmcigplbhkjdafjhbknec
URL Chính Thức https://chromewebstore.google.com/detail/swiss-army-notebook/hlbcccckmdljmcigplbhkjdafjhbknec
Mô tả A collection of tools to make journalists' lives easier.
Kích Thước Tệp 2.93 MB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-10-31
Ngày Phát Hành 2016-10-31
Nhà Phát Triển Kia Farhang
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/KiaFarhang/Swiss-Army-Notebook
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swiss Army Notebook",
    "description": "A collection of tools to make journalists' lives easier.",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "version": "0.1",
    "author": "Kia Farhang",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": [],
        "default_title": "Swiss Army Notebook",
        "default_popup": "popup.html"
    },
    "commands": {
        "load_twitter": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T"
            },
            "description": "Load Twitter in a new tab"
        },
        "load_facebook": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "Alt+T"
            },
            "description": "Load Facebook in a new tab"
        },
        "load_gmail": {
            "suggested_key": {
                "default": "Alt+G",
                "mac": "Alt+G"
            },
            "description": "Load Gmail in a new tab"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}