Google+ Extreme Button
Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock.
Что такое Google+ Extreme Button?
Google+ Extreme Button - это расширение Chrome, разработанное Akicansoft, и его основная функция - "Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock.".
Снимки экрана расширения
Скачать файл CRX расширения Google+ Extreme Button
Скачайте файлы расширений Google+ Extreme Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock, Ripples, Reply Button.
Основная информация о расширении
Название | Google+ Extreme Button |
ID | niafomndbpaobebocajmnajojkilkgph |
Официальный URL | https://chromewebstore.google.com/detail/google+-extreme-button/niafomndbpaobebocajmnajojkilkgph |
Описание | Adds Google+ to Hatena Bookmarks, Delicious, Twitter, Evernote, Facebook, Tumblr, Open the images, Download the images, Scroll Lock. |
Размер файла | 102 KB |
Количество установок | 1,546 |
Текущая Версия | 3.3.6 |
Последнее Обновление | 2014-02-03 |
Дата публикации | 2014-02-03 |
Рейтинг | 4.06/5 Всего 18 оценок |
Разработчик | Akicansoft |
Тип оплаты | free |
Официальный сайт расширения | https://plus.google.com/108852287952841384832/posts |
URL страницы помощи | https://plus.google.com/108852287952841384832/posts |
Поддерживаемые языки | 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" ] } |