Amazon Bookmark
Places a bookmark on the right side of the address bar and opens Amazon.
Hvad er Amazon Bookmark?
Amazon Bookmark er en Chrome-udvidelse udviklet af productrating, og dens hovedfunktion er "Places a bookmark on the right side of the address bar and opens Amazon.".
Udvidelsesskærmbilleder
Download Amazon Bookmark-udvidelses-CRX-fil
Download Amazon Bookmark-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Click on the chrome extension icon to open Amazon. The bookmark is placed at the right of the address bar.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | acngfaonjkkjekghhdbpjjpljpmgbjhi |
Officiel URL | https://chrome.google.com/webstore/detail/amazon-bookmark/acngfaonjkkjekghhdbpjjpljpmgbjhi |
Beskrivelse | Places a bookmark on the right side of the address bar and opens Amazon. |
Filstørrelse | 37.14 KB |
Antal Installationer | 43 |
Nuværende Version | 1.1 |
Senest Opdateret | 2019-11-20 |
Udgivelsesdato | 2019-11-20 |
Udvikler | productrating |
Betalingsmetode | free |
Understøttede Sprog | 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" } |