Gibbon
Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.
Co to jest Gibbon?
Gibbon to rozszerzenie Chrome opracowane przez http://gibbon.co, a jego główną funkcją jest „Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gibbon
Pobierz pliki rozszerzeń Gibbon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Easily put the best content in your learning flow. Just click on the icon and select which learning flow the link belongs to.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | joknefodjdjbcijgpnfnkfdcmngiacko |
Oficjalny URL | https://chrome.google.com/webstore/detail/gibbon/joknefodjdjbcijgpnfnkfdcmngiacko |
Opis | Gibbon Extension for Google Chrome - One click to put the best content in your learning flow. |
Rozmiar pliku | 45.74 KB |
Liczba instalacji | 203 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2015-05-12 |
Data Publikacji | 2015-05-12 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | http://gibbon.co |
Typ Płatności | free |
Strona Rozszerzenia | http://gibbon.co |
Obsługiwane Języki | 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:\/\/*\/*" ] } ] } |