Create a Google Sheet™
This extension creates a new Google Spreadsheet™
ما هو Create a Google Sheet™؟
Create a Google Sheet™ هو إضافة Chrome تم تطويرها بواسطة Thomas Hammerlund، والميزة الرئيسية لها هي "This extension creates a new Google Spreadsheet™".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Create a Google Sheet™
قم بتنزيل ملفات الامتداد Create a Google Sheet™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension that does one thing and does it well - it just makes a new Google Spreadsheet when you are signed into your Google Account. When you are not signed into your account it prompts you to sign in. That’s it. Reasons to use it: No data is taken from you. It’s fast. One click to open a new spreadsheet. It’s great for teachers. I am a teacher and I made this so my young students would not have to fumble around trying to get to different pages to make a new Google Sheet.
معلومات أساسية عن التمديد
الاسم | Create a Google Sheet™ |
ID | egedmciehgdeklkhaegkgjmgiomfoaef |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/create-a-google-sheet/egedmciehgdeklkhaegkgjmgiomfoaef |
الوصف | This extension creates a new Google Spreadsheet™ |
حجم الملف | 6 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 0.5 |
آخر تحديث | 2021-05-14 |
تاريخ النشر | 2021-03-16 |
المطور | Thomas Hammerlund |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sites.google.com/view/one-click-extensions/home |
عنوان صفحة المساعدة | https://sites.google.com/view/one-click-extensions/how-to |
عنوان صفحة سياسة الخصوصية | https://sites.google.com/view/one-click-extensions/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Create a Google Sheet\u2122", "description": "This extension creates a new Google Spreadsheet\u2122", "version": "0.5", "author": "Thomas Hammerlund", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon128.png", "default_title": "Create a Google Sheet\u2122" }, "background": { "service_worker": "background.js" } } |