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.」です。
拡張機能のスクリーンショット
Swiss Army Notebook拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |