Senti-Trend

This extension gathers data from URL and displays keywords with sentiment analysis.

Senti-Trend란 무엇입니까?

Senti-Trend은(는) maryhipp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension gathers data from URL and displays keywords with sentiment analysis."입니다.

확장 프로그램 스크린샷

screenshot

Senti-Trend 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ever wish you could get an at-a-glance summary of an article's attitudes? Senti-Trend provides an alongside sentiment analysis graph of the content on your currently open tab. 

This extension was designed with articles and blog posts in mind, but will generate a pop-up for any page containing up to 15 "entities" as defined by the Alchemy API for Entity Sentiment Analysis. For best results, please wait for the webpage to fully load it's contents. Also please note that this extension involves a lengthy API call; you may need to click our icon more than once until data is received.                    

확장 프로그램 기본 정보

이름 Senti-Trend Senti-Trend
ID mpiibijblggpgpoddialioodnlbgongg
공식 URL https://chrome.google.com/webstore/detail/senti-trend/mpiibijblggpgpoddialioodnlbgongg
설명 This extension gathers data from URL and displays keywords with sentiment analysis.
파일 크기 466 KB
설치 횟수 136
현재 버전 3.0
최근 업데이트 2014-07-15
출시 날짜 2014-07-15
평점 5.00/5 총 4 개의 평점
개발자 maryhipp
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Senti-Trend",
    "short_name": "See a website's sentiments at-a-glance.",
    "description": "This extension gathers data from URL and displays keywords with sentiment analysis.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "icons\/small_icon.png",
        "default_title": "Senti-Trend"
    },
    "icons": {
        "128": "icons\/small_icon.png",
        "48": "icons\/large_icon.png"
    },
    "background": {
        "scripts": [
            "vendors\/jquery.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/access.alchemyapi.com\/calls\/url\/URLGetRankedNamedEntities; object-src 'self'"
}