Swiss Army Notebook

A collection of tools to make journalists' lives easier.

Swiss Army Notebook क्या है?

Swiss Army Notebook Kia Farhang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A collection of tools to make journalists' lives easier."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Swiss Army Notebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}