Noteably companion
This extension will let you save the current webpage or simply a note to Noteably.
Wat is Noteably companion?
Noteably companion is een Chrome-extensie ontwikkeld door Smart Software GbR, en de belangrijkste functie is "This extension will let you save the current webpage or simply a note to Noteably.".
Extensie Screenshots
Download het CRX-bestand van de extensie Noteably companion
Download Noteably companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will let you save the current webpage or simply a note to Noteably.
Basisinformatie over de Extensie
Naam | Noteably companion |
ID | hcegghofkifepkbnjonhfnfaigjnieme |
Officiële URL | https://chromewebstore.google.com/detail/noteably-companion/hcegghofkifepkbnjonhfnfaigjnieme |
Beschrijving | This extension will let you save the current webpage or simply a note to Noteably. |
Bestandsgrootte | 75.59 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2015-06-15 |
Publicatiedatum | 2015-06-15 |
Ontwikkelaar | Smart Software GbR |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |