Feedly Keys
Feedly keyboard shortcuts for Google Reader users
Co to jest Feedly Keys?
Feedly Keys to rozszerzenie Chrome opracowane przez https://183.181.8.119, a jego główną funkcją jest „Feedly keyboard shortcuts for Google Reader users”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Feedly Keys
Pobierz pliki rozszerzeń Feedly Keys 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
This extension enables keyboard shortcuts at the feedly website.
You can use the following shortcuts , the same with Google Reader.
Shortcut keys:
N: Next item in list view
P: Previous item in list view
O: Expand selected item Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mihgjnpfggahdemaokmdbinaokdmkeen |
| Oficjalny URL | https://chromewebstore.google.com/detail/feedly-keys/mihgjnpfggahdemaokmdbinaokdmkeen |
| Opis | Feedly keyboard shortcuts for Google Reader users |
| Rozmiar pliku | 6.13 KB |
| Liczba instalacji | 11 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2013-11-19 |
| Data Publikacji | 2013-11-19 |
| Ocena | 2.00/5 Łącznie 2 Oceny |
| Deweloper | https://183.181.8.119 |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Feedly Keys",
"description": "Feedly keyboard shortcuts for Google Reader users",
"icons": {
"128": "images\/icon_128.png"
},
"manifest_version": 2,
"minimum_chrome_version": "21",
"content_scripts": [
{
"js": [
"js\/key.js"
],
"matches": [
"http:\/\/www.feedly.com\/*",
"http:\/\/cloud.feedly.com\/*"
]
}
],
"version": "0.0.1",
"permissions": [
"http:\/\/www.feedly.com\/*",
"http:\/\/cloud.feedly.com\/*",
"storage"
]
} | |