Sitecity

Save your Bookmark on the cloud with Sitecity!

ما هو Sitecity؟

Sitecity هو إضافة Chrome تم تطويرها بواسطة http://sitecityapp.com، والميزة الرئيسية لها هي "Save your Bookmark on the cloud with Sitecity!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Sitecity

قم بتنزيل ملفات الامتداد Sitecity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Sitecity Sitecity
ID ikaleeanfpbeajnenoeaehikoeclgblp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/sitecity/ikaleeanfpbeajnenoeaehikoeclgblp
الوصف Save your Bookmark on the cloud with Sitecity!
حجم الملف 601 KB
عدد التثبيتات 13
النسخة الحالية 3.0.0
آخر تحديث 2015-01-25
تاريخ النشر 2015-01-25
تقييم 4.00/5 مجموع تقييمات 4
المطور http://sitecityapp.com
نوع الدفع free
اللغات المدعومة 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
}