Amazon Bookmark
Places a bookmark on the right side of the address bar and opens Amazon.
Что такое Amazon Bookmark?
Amazon Bookmark - это расширение Chrome, разработанное productrating, и его основная функция - "Places a bookmark on the right side of the address bar and opens Amazon.".
Снимки экрана расширения
Скачать файл CRX расширения Amazon Bookmark
Скачайте файлы расширений Amazon Bookmark в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click on the chrome extension icon to open Amazon. The bookmark is placed at the right of the address bar.
Основная информация о расширении
Название | |
ID | acngfaonjkkjekghhdbpjjpljpmgbjhi |
Официальный URL | https://chrome.google.com/webstore/detail/amazon-bookmark/acngfaonjkkjekghhdbpjjpljpmgbjhi |
Описание | Places a bookmark on the right side of the address bar and opens Amazon. |
Размер файла | 37.14 KB |
Количество установок | 43 |
Текущая Версия | 1.1 |
Последнее Обновление | 2019-11-20 |
Дата публикации | 2019-11-20 |
Разработчик | productrating |
Тип оплаты | free |
Поддерживаемые языки | de,en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "manifest_version": 2, "version": "1.1" } |