GButton
This extension opens a listing of useful google sites.
ما هو GButton؟
GButton هو إضافة Chrome تم تطويرها بواسطة http://rajbhadra.com، والميزة الرئيسية لها هي "This extension opens a listing of useful google sites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GButton
قم بتنزيل ملفات الامتداد GButton بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension makes accessing commonly used google services easier. Unlike the icon on google sites which gives you quick access to google services, this extension will be of use while on any site. It has shortcuts for google plus, google search, youtube, google maps, google play, google news, gmail, google drive and google calendar. On clicking the sites open in a new tab.
معلومات أساسية عن التمديد
الاسم | |
ID | hehofmbhkkanpebjgnbkhmbcghomkehg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gbutton/hehofmbhkkanpebjgnbkhmbcghomkehg |
الوصف | This extension opens a listing of useful google sites. |
حجم الملف | 17.17 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 2 |
آخر تحديث | 2014-07-07 |
تاريخ النشر | 2014-07-07 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | http://rajbhadra.com |
نوع الدفع | free |
موقع الإضافة | http:www.rajbhadra.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GButton", "short_name": "Gbar", "description": "This extension opens a listing of useful google sites.", "version": "2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |