Sitecity
Save your Bookmark on the cloud with Sitecity!
什麼是Sitecity?
Sitecity是由http://sitecityapp.com開發的Chrome擴展程式,該擴展的主要功能是“Save your Bookmark on the cloud with Sitecity!”。
擴展截圖
下載Sitecity擴展crx文件
下載Sitecity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | ikaleeanfpbeajnenoeaehikoeclgblp |
官方網址 | 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 } |