Swiss Army Notebook
A collection of tools to make journalists' lives easier.
Qu'est-ce que Swiss Army Notebook ?
Swiss Army Notebook est une extension Chrome développée par Kia Farhang, et sa fonction principale est "A collection of tools to make journalists' lives easier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Swiss Army Notebook
Téléchargez les fichiers d'extension Swiss Army Notebook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Swiss Army Notebook |
ID | hlbcccckmdljmcigplbhkjdafjhbknec |
URL Officiel | https://chromewebstore.google.com/detail/swiss-army-notebook/hlbcccckmdljmcigplbhkjdafjhbknec |
Description | A collection of tools to make journalists' lives easier. |
Taille du Fichier | 2.93 MB |
Nombre d'Installations | 13 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-10-31 |
Date de Publication | 2016-10-31 |
Développeur | Kia Farhang |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/KiaFarhang/Swiss-Army-Notebook |
Langues Prises en Charge | 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 } |