Swiss Army Notebook

A collection of tools to make journalists' lives easier.

Swiss Army Notebookคืออะไร?

Swiss Army Notebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kia Farhang และคุณลักษณะหลักของมันคือ "A collection of tools to make journalists' lives easier."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swiss Army Notebook

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

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

                        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
}