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.”。

擴展截圖

screenshot

下載Noteably companion擴展crx文件

下載Noteably companion擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension will let you save the current webpage or simply a note to Noteably.                    

擴展基本資訊

名稱 Noteably companion Noteably companion
ID hcegghofkifepkbnjonhfnfaigjnieme
官方網址 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"
        ]
    }
}