Amazon Bookmark
Places a bookmark on the right side of the address bar and opens Amazon.
Vad är Amazon Bookmark?
Amazon Bookmark är en Chrome-tillägg utvecklad av productrating, och dess huvudfunktion är "Places a bookmark on the right side of the address bar and opens Amazon.".
Tilläggsskärmbilder
Ladda ner Amazon Bookmark-förlängningens CRX-fil
Ladda ner Amazon Bookmark-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Click on the chrome extension icon to open Amazon. The bookmark is placed at the right of the address bar.
Grundläggande Information om Tillägg
Namn | |
ID | acngfaonjkkjekghhdbpjjpljpmgbjhi |
Officiell webbadress | https://chrome.google.com/webstore/detail/amazon-bookmark/acngfaonjkkjekghhdbpjjpljpmgbjhi |
Beskrivning | Places a bookmark on the right side of the address bar and opens Amazon. |
Filstorlek | 37.14 KB |
Antal Installationer | 43 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-11-20 |
Publiceringsdatum | 2019-11-20 |
Utvecklare | productrating |
Betalningssätt | free |
Stödda Språk | 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" } |