TabIt - G Keep : Productivity in Access
Provides quick access to Google Keep - right in browser action pop-up
ما هو TabIt - G Keep : Productivity in Access؟
TabIt - G Keep : Productivity in Access هو إضافة Chrome تم تطويرها بواسطة TabIt، والميزة الرئيسية لها هي "Provides quick access to Google Keep - right in browser action pop-up".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TabIt - G Keep : Productivity in Access
قم بتنزيل ملفات الامتداد TabIt - G Keep : Productivity in Access بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension provides a quick access to Google Keep website. It opens as a pop-up window by clicking on the icon of the extension.
معلومات أساسية عن التمديد
الاسم | TabIt - G Keep : Productivity in Access |
ID | mlgblhjjbecaeiocopmpceegpdeflmke |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tabit-g-keep-productivity/mlgblhjjbecaeiocopmpceegpdeflmke |
الوصف | Provides quick access to Google Keep - right in browser action pop-up |
حجم الملف | 65.61 KB |
عدد التثبيتات | 889 |
النسخة الحالية | 1.4.1 |
آخر تحديث | 2021-09-17 |
تاريخ النشر | 2018-12-20 |
تقييم | 3.36/5 مجموع تقييمات 11 |
المطور | TabIt |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "TabIt - G Keep", "name": "TabIt - G Keep : Productivity in Access", "version": "1.4.1", "description": "Provides quick access to Google Keep - right in browser action pop-up", "icons": { "512": "images\/logo512.png", "128": "images\/logo128.png", "48": "images\/logo48.png" }, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "512": "images\/logo512.png", "128": "images\/logo128.png", "48": "images\/logo48.png" }, "default_title": "TabIt - G Keep", "default_popup": "popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/keep.google.com\/*", "notifications", "management" ] } |