Amazon Bookmark

Places a bookmark on the right side of the address bar and opens Amazon.

什么是Amazon Bookmark?

Amazon Bookmark是由productrating开发的Chrome扩展程序,该扩展的主要功能是“Places a bookmark on the right side of the address bar and opens Amazon.”。

扩展截图

screenshot

下载Amazon Bookmark扩展crx文件

下载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.                    

扩展基本信息

名称 Amazon Bookmark Amazon Bookmark
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"
}