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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |