Swiss Army Notebook
A collection of tools to make journalists' lives easier.
O que é Swiss Army Notebook?
Swiss Army Notebook é uma extensão do Chrome desenvolvida por Kia Farhang, e sua principal característica é "A collection of tools to make journalists' lives easier.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Swiss Army Notebook
Baixe arquivos de extensão Swiss Army Notebook no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Swiss Army Notebook |
ID | hlbcccckmdljmcigplbhkjdafjhbknec |
URL Oficial | https://chromewebstore.google.com/detail/swiss-army-notebook/hlbcccckmdljmcigplbhkjdafjhbknec |
Descrição | A collection of tools to make journalists' lives easier. |
Tamanho do Arquivo | 2.93 MB |
Contagem de Instalações | 13 |
Versão Atual | 0.1 |
Última Atualização | 2016-10-31 |
Data de Publicação | 2016-10-31 |
Desenvolvedor | Kia Farhang |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/KiaFarhang/Swiss-Army-Notebook |
Idiomas Suportados | 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 } |