Amazon Bookmark
Places a bookmark on the right side of the address bar and opens Amazon.
Cos'è Amazon Bookmark?
Amazon Bookmark è un'estensione di Chrome sviluppata da productrating, e la sua funzione principale è "Places a bookmark on the right side of the address bar and opens Amazon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Bookmark
Scarica i file di estensione Amazon Bookmark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Click on the chrome extension icon to open Amazon. The bookmark is placed at the right of the address bar.
Informazioni di Base sull'Estensione
Nome | |
ID | acngfaonjkkjekghhdbpjjpljpmgbjhi |
URL Ufficiale | https://chrome.google.com/webstore/detail/amazon-bookmark/acngfaonjkkjekghhdbpjjpljpmgbjhi |
Descrizione | Places a bookmark on the right side of the address bar and opens Amazon. |
Dimensione del File | 37.14 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-11-20 |
Data di Pubblicazione | 2019-11-20 |
Sviluppatore | productrating |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |