Google+ Extreme Button
Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock.
Google+ Extreme Button là gì?
Google+ Extreme Button là một tiện ích mở rộng Chrome được phát triển bởi Akicansoft, và tính năng chính của nó là "Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock.".
Ả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 Google+ Extreme Button
Tải xuống các tệp mở rộng Google+ Extreme Button 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
Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock, Ripples, Reply Button.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google+ Extreme Button |
ID | niafomndbpaobebocajmnajojkilkgph |
URL Chính Thức | https://chromewebstore.google.com/detail/google+-extreme-button/niafomndbpaobebocajmnajojkilkgph |
Mô tả | Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock. |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 1,546 |
Phiên Bản Hiện Tại | 3.3.6 |
Cập Nhật Lần Cuối | 2014-02-03 |
Ngày Phát Hành | 2014-02-03 |
Đánh Giá | 4.06/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | Akicansoft |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://plus.google.com/108852287952841384832/posts |
URL Trang Trợ Giúp | https://plus.google.com/108852287952841384832/posts |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "https:\/\/plus.google.com\/u\/*\/", "https:\/\/plus.google.com\/", "https:\/\/plus.google.com", "https:\/\/plus.google.com\/?hl=ja&partnerid=gplp0", "https:\/\/plus.google.com\/stream\/circles\/*", "https:\/\/plus.google.com\/communities\/*", "https:\/\/plus.google.com\/explore", "https:\/\/plus.google.com\/*\/posts", "https:\/\/plus.google.com\/events\/*", "https:\/\/plus.google.com?hl=ja", "https:\/\/plus.google.com\/?hl=ja", "https:\/\/plus.google.com\/?utm_source=*", "https:\/\/plus.google.com\/u\/*\/stream\/circles\/*", "https:\/\/plus.google.com\/stream\/circles\/*" ], "js": [ "scripts\/gpeb.min.js" ], "matches": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "permissions": [], "run_at": "document_end" } ], "converted_from_user_script": true, "default_locale": "ja", "description": "__MSG_extensiondescription__", "icons": { "128": "images\/icon.png" }, "manifest_version": 2, "name": "Google+ Extreme Button", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3.6", "web_accessible_resources": [ "buttons\/*", "menubuttons\/*", "images\/*", "images\/style\/*", "history.txt", "scripts\/sizzle.min.map" ] } |