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 là gì?
G+ Show All Pages là một tiện ích mở rộng Chrome được phát triển bởi Ralf Haring, và tính năng chính của nó là "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.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng G+ Show All Pages
Tải xuống các tệp mở rộng G+ Show All Pages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aahmfmdbojoklgphdokhlbggagffjfhk |
URL Chính Thức | https://chrome.google.com/webstore/detail/g+-show-all-pages/aahmfmdbojoklgphdokhlbggagffjfhk |
Mô tả | 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. |
Kích Thước Tệp | 16.85 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 2.4.3 |
Cập Nhật Lần Cuối | 2018-01-24 |
Ngày Phát Hành | 2018-01-24 |
Nhà Phát Triển | Ralf Haring |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |