Cloud Notes

This extension provides possibilities to create and delete Notes from the extension popup window. Notes are saved on your Google…

Cloud Notesคืออะไร?

Cloud Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย axmet180 และคุณลักษณะหลักของมันคือ "This extension provides possibilities to create and delete Notes from the extension popup window. Notes are saved on your Google…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud Notes

ดาวน์โหลดไฟล์ส่วนขยาย Cloud Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides possibilities to create and delete Notes from the extension popup window.

Notes are saved on your Google Drive in the "Notes Extension" folder.

From popup your can
 - create new note by filling title and content and pressing Shift+Enter
 - delete note by middle-click on note title
 - copy note content by left-click on note content                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cloud Notes Cloud Notes
ID ngbeefjkidimfnmhbcmbggeclnllkjnl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cloud-notes/ngbeefjkidimfnmhbcmbggeclnllkjnl
คำอธิบาย This extension provides possibilities to create and delete Notes from the extension popup window. Notes are saved on your Google…
ขนาดไฟล์ 93.09 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 0.12
อัปเดตครั้งล่าสุด 2015-08-21
วันที่เผยแพร่ 2015-08-21
คะแนน 1.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา axmet180
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.example.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloud Notes",
    "version": "0.12",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "drive.js",
            "Snippet.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/www.googleapis.com\/*",
        "identity"
    ],
    "oauth2": {
        "client_id": "135215763270-46rkrd4jmmrr0fb69pugmcfpepvaj9i5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg72Wv5HbjbSGMaQtRDsGJ80rrftxxbm3QOlAzfY8p0hHBGW0c8+6uZo41fTZE3Euu8CE4kC67Me1viS4C0EgwO0pHrsMc8xxgiPugLcxmS3axpPjlCP+sTm1gVb8BFGCMVJvRa0+gzCoVo9Jr1ELcct6TvvDskmIsu+QYQMVe5aPo1PK7mZ6cpX6jeSAJc\/66yXoyKejb+O2loe96iec46CWjmxHa4K7OBsqir45UTN5M1S32lx0Ud8VBpM7CwqbPynF3AU\/mbjT82SRocebn1fkc4FDlej\/KX3j147429bSHolDZqbNGzl9vctkCQnT7En37BP9VNL6K0yiyo6\/TwIDAQAB",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Shift+Alt+S"
            }
        }
    }
}