SNARC - A Social News Aggregator
A Semantic Social News Aggregator
SNARC - A Social News Aggregator क्या है?
SNARC - A Social News Aggregator ahmad.a.assaf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Semantic Social News Aggregator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SNARC - A Social News Aggregator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SNARC, When you want to know more SNARC helps discovering content by highlighting whats meaningful in a quick, smart and personalized manner. SNARC finds relevant content by learning from the content, the social web and you! Please watch the video to see how SNARC works
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cbmdbedimcokfideebbdpdgbhlljheko |
आधिकारिक URL | https://chrome.google.com/webstore/detail/snarc-a-social-news-aggre/cbmdbedimcokfideebbdpdgbhlljheko |
विवरण | A Semantic Social News Aggregator |
फ़ाइल का आकार | 261 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 1.67 |
अंतिम अपडेट | 2015-03-18 |
प्रकाशन तिथि | 2015-03-18 |
रेटिंग | 4.50/5 कुल 8 रेटिंग्स |
डेवलपर | ahmad.a.assaf |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://snarcapp.com |
सहायता पृष्ठ URL | http://snarcapp.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SNARC - A Social News Aggregator", "version": "1.67", "manifest_version": 2, "description": "A Semantic Social News Aggregator", "homepage_url": "http:\/\/ahmadassaf.com", "icons": { "16": "icons\/snarc-16.png", "48": "icons\/snarc-48.png", "128": "icons\/snarc-128.png" }, "default_locale": "en", "options_page": "js\/options\/index.html", "browser_action": { "default_icon": "icons\/snarc-19.png" }, "background": { "scripts": [ "lib\/analytics.js", "lib\/jquery.js", "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/snarc.css", "css\/fontello.css", "css\/modal.css", "css\/selectordie.css" ], "js": [ "lib\/jquery.js", "lib\/modal.js", "lib\/underscore.js", "lib\/backbone.js", "lib\/template.js", "lib\/niceScroll.js", "lib\/highlight.js", "lib\/selectordie.js", "js\/elements.js", "js\/snarc.js", "js\/communications.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/", "http:\/\/fonts.gstatic.com\/", "https:\/\/fonts.gstatic.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": false, "web_accessible_resources": [ "lib\/backbone-min.map", "js\/options\/index.html", "js\/templates\/document-annotations.tpl", "js\/templates\/social-bar.tpl", "js\/templates\/entity-view.tpl", "lib\/backbone-min.map", "icons\/social-loader.gif", "icons\/ajax-loader.gif", "icons\/snarc.png", "css\/snarc.css", "font\/fontello.eot", "font\/fontello.svg", "font\/fontello.ttf", "font\/fontello.woff" ] } |