Gibbon
Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.
什麼是Gibbon?
Gibbon是由http://gibbon.co開發的Chrome擴展程式,該擴展的主要功能是“Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.”。
擴展截圖
下載Gibbon擴展crx文件
下載Gibbon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily put the best content in your learning flow. Just click on the icon and select which learning flow the link belongs to. 擴展基本資訊
| 名稱 | |
| ID | joknefodjdjbcijgpnfnkfdcmngiacko |
| 官方網址 | https://chrome.google.com/webstore/detail/gibbon/joknefodjdjbcijgpnfnkfdcmngiacko |
| 簡介 | Gibbon Extension for Google Chrome - One click to put the best content in your learning flow. |
| 檔案大小 | 45.74 KB |
| 安裝次數 | 203 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2015-05-12 |
| 上架時間 | 2015-05-12 |
| 評分 | 3.00/5 共 4 次評分 |
| 開發者 | http://gibbon.co |
| 付費類型 | free |
| 擴展官網 | http://gibbon.co |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Gibbon",
"description": "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.",
"version": "1.1.0",
"short_name": "Gibbon",
"homepage_url": "http:\/\/gibbon.co",
"icons": {
"128": "icons\/icon-128px.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/icon-19px.png",
"38": "icons\/icon-38px.png"
},
"default_title": "+ Gibbon"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"jquery-1.10.1.min.map",
"frame.html"
],
"content_scripts": [
{
"js": [
"jquery-1.10.1.min.js",
"installed.js"
],
"run_at": "document_start",
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |