Uptothesky Bookmark

Uptothesky Bookmark

Co to jest Uptothesky Bookmark?

Uptothesky Bookmark to rozszerzenie Chrome opracowane przez https://www.uptothesky.com, a jego główną funkcją jest „Uptothesky Bookmark”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Uptothesky Bookmark

Pobierz pliki rozszerzeń Uptothesky 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

                        This is the uptothesky bookmark which stores your bookmarks into the cloud. So you can access your favourite sites from anywhere. You can also access your bookmark by visiting this site www.uptothesky.com. If you are not already registered create your free account now.                    

Podstawowe informacje o rozszerzeniu

Nazwa Uptothesky Bookmark Uptothesky Bookmark
ID obnpeaombgmhcglppeoahakegpbcjlmj
Oficjalny URL https://chromewebstore.google.com/detail/uptothesky-bookmark/obnpeaombgmhcglppeoahakegpbcjlmj
Opis Uptothesky Bookmark
Rozmiar pliku 24.89 KB
Liczba instalacji 25
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2012-08-16
Data Publikacji 2012-08-16
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://www.uptothesky.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Uptothesky Bookmark",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Uptothesky Bookmark",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/www.uptothesky.com\/*"
    ]
}