Noteably companion
This extension will let you save the current webpage or simply a note to Noteably.
Was ist Noteably companion?
Noteably companion ist eine Chrome-Erweiterung, die von Smart Software GbR entwickelt wurde, und ihr Hauptmerkmal ist "This extension will let you save the current webpage or simply a note to Noteably.".
Erweiterungsscreenshots
Noteably companion-Erweiterungs-CRX-Datei herunterladen
Laden Sie Noteably companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will let you save the current webpage or simply a note to Noteably.
Grundlegende Informationen zur Erweiterung
Name | Noteably companion |
ID | hcegghofkifepkbnjonhfnfaigjnieme |
Offizielle URL | https://chromewebstore.google.com/detail/noteably-companion/hcegghofkifepkbnjonhfnfaigjnieme |
Beschreibung | This extension will let you save the current webpage or simply a note to Noteably. |
Dateigröße | 75.59 KB |
Installationsanzahl | 56 |
Aktuelle Version | 1.5.0 |
Letztes Update | 2015-06-15 |
Veröffentlichungsdatum | 2015-06-15 |
Entwickler | Smart Software GbR |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |