Noteably companion

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

Noteably companionคืออะไร?

Noteably companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smart Software GbR และคุณลักษณะหลักของมันคือ "This extension will let you save the current webpage or simply a note to Noteably."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        ]
    }
}