Amazon Bookmark

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

Co to jest Amazon Bookmark?

Amazon Bookmark to rozszerzenie Chrome opracowane przez productrating, a jego główną funkcją jest „Places a bookmark on the right side of the address bar and opens Amazon.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Amazon Bookmark

Pobierz pliki rozszerzeń Amazon Bookmark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Click on the chrome extension icon to open Amazon.

The bookmark is placed at the right of the address bar.                    

Podstawowe informacje o rozszerzeniu

Nazwa Amazon Bookmark Amazon Bookmark
ID acngfaonjkkjekghhdbpjjpljpmgbjhi
Oficjalny URL https://chrome.google.com/webstore/detail/amazon-bookmark/acngfaonjkkjekghhdbpjjpljpmgbjhi
Opis Places a bookmark on the right side of the address bar and opens Amazon.
Rozmiar pliku 37.14 KB
Liczba instalacji 43
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-11-20
Data Publikacji 2019-11-20
Deweloper productrating
Typ Płatności free
Obsługiwane Języki 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"
}