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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | acngfaonjkkjekghhdbpjjpljpmgbjhi |
官方網址 | 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" } |