Tiny Amazon Button
This tiny button for Amazon.com web store will help you shop with Amazon faster
Что такое Tiny Amazon Button?
Tiny Amazon Button - это расширение Chrome, разработанное Nyashka, и его основная функция - "This tiny button for Amazon.com web store will help you shop with Amazon faster".
Снимки экрана расширения
Скачать файл CRX расширения Tiny Amazon Button
Скачайте файлы расширений Tiny Amazon Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This handy button will help you to surf Amazon faster. Very simple. Very fast. Very convenient. Основная информация о расширении
| Название | |
| ID | pjgfimkfpebojmjbbffkbbeipmdihhjp |
| Официальный URL | https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp |
| Описание | This tiny button for Amazon.com web store will help you shop with Amazon faster |
| Размер файла | 38.64 KB |
| Количество установок | 177 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2014-05-21 |
| Дата публикации | 2014-05-21 |
| Разработчик | Nyashka |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tiny Amazon Button",
"version": "1.1",
"description": "This tiny button for Amazon.com web store will help you shop with Amazon faster",
"background": {
"page": "background.html"
},
"icons": {
"16": "img\/Iicon16.png",
"48": "img\/Iicon48.png",
"128": "img\/Iicon128.png"
},
"browser_action": {
"default_title": "Press the button to see more actions",
"default_icon": "img\/Iicon19.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/page-mod-start.js"
],
"runAt": "document_start"
},
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/page-mod-end.js"
],
"runAt": "document_end"
},
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/page-mod-ready.js"
],
"runAt": "document_idle"
}
],
"permissions": [
"http:\/\/stat.extensionmaker.com\/*",
"http:\/\/extensionmaker.com\/*",
"tabs"
]
} | |