SNARC - A Social News Aggregator

A Semantic Social News Aggregator

SNARC - A Social News Aggregator là gì?

SNARC - A Social News Aggregator là một tiện ích mở rộng Chrome được phát triển bởi ahmad.a.assaf, và tính năng chính của nó là "A Semantic Social News Aggregator".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SNARC - A Social News Aggregator

Tải xuống các tệp mở rộng SNARC - A Social News Aggregator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SNARC - A Social News Aggregator SNARC - A Social News Aggregator
ID cbmdbedimcokfideebbdpdgbhlljheko
URL Chính Thức https://chrome.google.com/webstore/detail/snarc-a-social-news-aggre/cbmdbedimcokfideebbdpdgbhlljheko
Mô tả A Semantic Social News Aggregator
Kích Thước Tệp 261 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.67
Cập Nhật Lần Cuối 2015-03-18
Ngày Phát Hành 2015-03-18
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển ahmad.a.assaf
Loại Thanh Toán free
Trang Web Mở Rộng http://snarcapp.com
URL Trang Trợ Giúp http://snarcapp.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}