Swiss Army Notebook

A collection of tools to make journalists' lives easier.

Swiss Army Notebook란 무엇입니까?

Swiss Army Notebook은(는) Kia Farhang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A collection of tools to make journalists' lives easier."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Swiss Army Notebook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Swiss Army Notebook Swiss Army Notebook
ID hlbcccckmdljmcigplbhkjdafjhbknec
공식 URL https://chromewebstore.google.com/detail/swiss-army-notebook/hlbcccckmdljmcigplbhkjdafjhbknec
설명 A collection of tools to make journalists' lives easier.
파일 크기 2.93 MB
설치 횟수 13
현재 버전 0.1
최근 업데이트 2016-10-31
출시 날짜 2016-10-31
개발자 Kia Farhang
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/KiaFarhang/Swiss-Army-Notebook
지원되는 언어 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
}