Noteably companion
This extension will let you save the current webpage or simply a note to Noteably.
Noteably companionとは何ですか?
Noteably companionはSmart Software GbRによって開発されたChromeの拡張機能で、その主な機能は「This extension will let you save the current webpage or simply a note to Noteably.」です。
拡張機能のスクリーンショット
Noteably companion拡張機能のCRXファイルをダウンロード
Noteably companion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension will let you save the current webpage or simply a note to Noteably.                     拡張機能の基本情報
| 名前 |   |  
| ID | hcegghofkifepkbnjonhfnfaigjnieme | 
| 公式URL | https://chromewebstore.google.com/detail/noteably-companion/hcegghofkifepkbnjonhfnfaigjnieme | 
| 説明 | This extension will let you save the current webpage or simply a note to Noteably. | 
| ファイルサイズ | 75.59 KB | 
| インストール数 | 56 | 
| 現在のバージョン | 1.5.0 | 
| 最終更新日 | 2015-06-15 | 
| 公開日 | 2015-06-15 | 
| 開発者 | Smart Software GbR | 
| 支払い方法 | free | 
| 対応言語 | 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"
        ]
    }
}  |  |