Sitecity

Save your Bookmark on the cloud with Sitecity!

Apa itu Sitecity?

Sitecity adalah ekstensi Chrome yang dikembangkan oleh http://sitecityapp.com, dan fitur utamanya adalah "Save your Bookmark on the cloud with Sitecity!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sitecity

Unduh file ekstensi Sitecity 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

                        With Sitecity you can save your favourite website and page, wherever you are and view it on any browser and any smartphone. 
Easy to use,with friendly interface is designed for all the browser that support HTML and Javascript. 
You can also use it on your smartphone by browser. 
Your favourites are always with you!                    

Informasi Dasar Ekstensi

Nama Sitecity Sitecity
ID ikaleeanfpbeajnenoeaehikoeclgblp
URL Resmi https://chrome.google.com/webstore/detail/sitecity/ikaleeanfpbeajnenoeaehikoeclgblp
Deskripsi Save your Bookmark on the cloud with Sitecity!
Ukuran File 601 KB
Jumlah Instalasi 13
Versi Saat Ini 3.0.0
Terakhir Diperbarui 2015-01-25
Tanggal Publikasi 2015-01-25
Penilaian 4.00/5 Total 4 Penilaian
Pengembang http://sitecityapp.com
Tipe Pembayaran free
Bahasa yang Didukung en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sitecity",
    "version": "3.0.0",
    "description": "__MSG_ManifestDescription__",
    "default_locale": "en",
    "options_page": "settings.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/*.sitecityapp.com\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "sitecity_icons\/lightstar_icon\/16.png",
        "48": "sitecity_icons\/lightstar_icon\/32.png",
        "128": "sitecity_icons\/lightstar_icon\/128.png"
    },
    "browser_action": {
        "default_title": "SiteCity",
        "default_icon": "sitecity_icons\/lightstar_icon\/32.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';",
    "manifest_version": 2
}