G+ Show All Pages
The G+ account button is only tall enough to show three of a user's pages. It's height should be increased to show more.
ما هو G+ Show All Pages؟
G+ Show All Pages هو إضافة Chrome تم تطويرها بواسطة Ralf Haring، والميزة الرئيسية لها هي "The G+ account button is only tall enough to show three of a user's pages. It's height should be increased to show more.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة G+ Show All Pages
قم بتنزيل ملفات الامتداد G+ Show All Pages بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The G+ account button is only tall enough to show three of a user's pages. It's height should be increased to show more.
معلومات أساسية عن التمديد
الاسم | |
ID | aahmfmdbojoklgphdokhlbggagffjfhk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk |
الوصف | The G+ account button is only tall enough to show three of a user's pages. It's height should be increased to show more. |
حجم الملف | 16.85 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 2.4.3 |
آخر تحديث | 2018-01-24 |
تاريخ النشر | 2018-01-24 |
المطور | Ralf Haring |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "G+ Show All Pages", "version": "2.4.3", "description": "The G+ account button is only tall enough to show three of a user's pages. It's height should be increased to show more.", "manifest_version": 2, "content_scripts": [ { "css": [ "show_all_pages.css" ], "matches": [ "https:\/\/plus.google.com\/*", "https:\/\/photos.google.com\/*" ] } ], "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" } } |