Noteably companion
This extension will let you save the current webpage or simply a note to Noteably.
Qu'est-ce que Noteably companion ?
Noteably companion est une extension Chrome développée par Smart Software GbR, et sa fonction principale est "This extension will let you save the current webpage or simply a note to Noteably.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Noteably companion
Téléchargez les fichiers d'extension Noteably companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will let you save the current webpage or simply a note to Noteably.
Informations de Base sur l'Extension
Nom | Noteably companion |
ID | hcegghofkifepkbnjonhfnfaigjnieme |
URL Officiel | https://chromewebstore.google.com/detail/noteably-companion/hcegghofkifepkbnjonhfnfaigjnieme |
Description | This extension will let you save the current webpage or simply a note to Noteably. |
Taille du Fichier | 75.59 KB |
Nombre d'Installations | 56 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2015-06-15 |
Date de Publication | 2015-06-15 |
Développeur | Smart Software GbR |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |