Sitecity
Save your Bookmark on the cloud with Sitecity!
Qu'est-ce que Sitecity ?
Sitecity est une extension Chrome développée par http://sitecityapp.com, et sa fonction principale est "Save your Bookmark on the cloud with Sitecity!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sitecity
Téléchargez les fichiers d'extension Sitecity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | ikaleeanfpbeajnenoeaehikoeclgblp |
URL Officiel | https://chrome.google.com/webstore/detail/sitecity/ikaleeanfpbeajnenoeaehikoeclgblp |
Description | Save your Bookmark on the cloud with Sitecity! |
Taille du Fichier | 601 KB |
Nombre d'Installations | 13 |
Version Actuelle | 3.0.0 |
Dernière Mise à Jour | 2015-01-25 |
Date de Publication | 2015-01-25 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | http://sitecityapp.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |