Google Keep Chrome Extension

Save to Google Keep in a single click!

ما هو Google Keep Chrome Extension؟

Google Keep Chrome Extension هو إضافة Chrome تم تطويرها بواسطة google.com، والميزة الرئيسية لها هي "Save to Google Keep in a single click!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Google Keep Chrome Extension

قم بتنزيل ملفات الامتداد Google Keep Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Found a webpage, image, or quote that you want to save for later? With the Google Keep Chrome Extension, easily save the things  you care about  to Keep and have them synced across all of the platforms that you use — including web, Android, iOS, and Wear. Take notes for additional detail and add labels to quickly categorize your note for later retrieval.

Features:
 • Save URLs, text, and images
 • Take notes on saved content
 • Add labels to your notes
 • Automatically saves to Google Keep

Try Google Keep on the web at https://keep.google.com, on your Android device at https://g.co/keep, and on your iOS device at https://itunes.apple.com/us/app/google-keep-your-thoughts/id1029207872.                    

معلومات أساسية عن التمديد

الاسم Google Keep Chrome Extension Google Keep Chrome Extension
ID lpcaedmchfhocbbapmcbpinfpgnhiddi
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-keep-chrome-extens/lpcaedmchfhocbbapmcbpinfpgnhiddi
الوصف Save to Google Keep in a single click!
حجم الملف 4.32 MB
عدد التثبيتات 8,700,261
النسخة الحالية 4.24082.600.1
آخر تحديث 2024-02-29
تاريخ النشر 2020-07-01
تقييم 4.06/5 مجموع تقييمات 7726
المطور google.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://policies.google.com/privacy
اللغات المدعومة id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_title": "Google Keep Chrome Extension"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_appName__",
    "oauth2": {
        "client_id": "192748556389-k5lj2ak6j74mo13ulslbkqkrd8d6b1bh.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/client_channel",
            "https:\/\/www.googleapis.com\/auth\/cclog",
            "https:\/\/www.googleapis.com\/auth\/memento"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "identity",
        "identity.email",
        "contextMenus",
        "storage",
        "tabs",
        "unlimitedStorage",
        "scripting"
    ],
    "short_name": "__MSG_shortName__",
    "version": "4.24082.600.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "keep_ba-prod*",
                "index.html",
                "i18n\/symbols_*.js"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    }
}