Sitecity
Save your Bookmark on the cloud with Sitecity!
Vad är Sitecity?
Sitecity är en Chrome-tillägg utvecklad av http://sitecityapp.com, och dess huvudfunktion är "Save your Bookmark on the cloud with Sitecity!".
Tilläggsskärmbilder
Ladda ner Sitecity-förlängningens CRX-fil
Ladda ner Sitecity-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | ikaleeanfpbeajnenoeaehikoeclgblp |
Officiell webbadress | https://chrome.google.com/webstore/detail/sitecity/ikaleeanfpbeajnenoeaehikoeclgblp |
Beskrivning | Save your Bookmark on the cloud with Sitecity! |
Filstorlek | 601 KB |
Antal Installationer | 13 |
Aktuell Version | 3.0.0 |
Senast Uppdaterad | 2015-01-25 |
Publiceringsdatum | 2015-01-25 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | http://sitecityapp.com |
Betalningssätt | free |
Stödda Språk | 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 } |