Noteably companion
This extension will let you save the current webpage or simply a note to Noteably.
Co to jest Noteably companion?
Noteably companion to rozszerzenie Chrome opracowane przez Smart Software GbR, a jego główną funkcją jest „This extension will let you save the current webpage or simply a note to Noteably.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Noteably companion
Pobierz pliki rozszerzeń Noteably companion 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 will let you save the current webpage or simply a note to Noteably. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hcegghofkifepkbnjonhfnfaigjnieme |
| Oficjalny URL | https://chromewebstore.google.com/detail/noteably-companion/hcegghofkifepkbnjonhfnfaigjnieme |
| Opis | This extension will let you save the current webpage or simply a note to Noteably. |
| Rozmiar pliku | 75.59 KB |
| Liczba instalacji | 56 |
| Aktualna Wersja | 1.5.0 |
| Ostatnia Aktualizacja | 2015-06-15 |
| Data Publikacji | 2015-06-15 |
| Deweloper | Smart Software GbR |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Noteably companion",
"description": "This extension will let you save the current webpage or simply a note to Noteably.",
"version": "1.5.0",
"permissions": [
"identity",
"tabs",
"storage",
"https:\/\/accounts.google.com\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/android.googleapis.com\/gcm\/send"
],
"icons": {
"128": "images\/icon_128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon_16.png",
"19": "images\/icon_19.png",
"38": "images\/icon_38.png"
}
},
"oauth2": {
"client_id": "666941612008-8lmmm5c1n4k0f18cdai095bboduc09mt.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/plus.login",
"https:\/\/www.googleapis.com\/auth\/drive.appdata"
]
}
} | |