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 |
| 官方網址 | 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
} | |