Uptothesky Bookmark

Uptothesky Bookmark

Apa itu Uptothesky Bookmark?

Uptothesky Bookmark adalah ekstensi Chrome yang dikembangkan oleh https://www.uptothesky.com, dan fitur utamanya adalah "Uptothesky Bookmark".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Uptothesky Bookmark

Unduh file ekstensi Uptothesky Bookmark dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Uptothesky Bookmark Uptothesky Bookmark
ID obnpeaombgmhcglppeoahakegpbcjlmj
URL Resmi https://chromewebstore.google.com/detail/uptothesky-bookmark/obnpeaombgmhcglppeoahakegpbcjlmj
Deskripsi Uptothesky Bookmark
Ukuran File 24.89 KB
Jumlah Instalasi 25
Versi Saat Ini 1.2
Terakhir Diperbarui 2012-08-16
Tanggal Publikasi 2012-08-16
Penilaian 1.00/5 Total 1 Penilaian
Pengembang https://www.uptothesky.com
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}