Sitecity
Save your Bookmark on the cloud with Sitecity!
Sitecity क्या है?
Sitecity http://sitecityapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your Bookmark on the cloud with Sitecity!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sitecity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |