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 |
官方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 } |