Noteably companion

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

Noteably companion là gì?

Noteably companion là một tiện ích mở rộng Chrome được phát triển bởi Smart Software GbR, và tính năng chính của nó là "This extension will let you save the current webpage or simply a note to Noteably.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Noteably companion

Tải xuống các tệp mở rộng Noteably companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Noteably companion Noteably companion
ID hcegghofkifepkbnjonhfnfaigjnieme
URL Chính Thức https://chromewebstore.google.com/detail/noteably-companion/hcegghofkifepkbnjonhfnfaigjnieme
Mô tả This extension will let you save the current webpage or simply a note to Noteably.
Kích Thước Tệp 75.59 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2015-06-15
Ngày Phát Hành 2015-06-15
Nhà Phát Triển Smart Software GbR
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}