Sitecity

Save your Bookmark on the cloud with Sitecity!

Sitecity란 무엇입니까?

Sitecity은(는) http://sitecityapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your Bookmark on the cloud with Sitecity!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Sitecity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}