tipsy
A prototype
tipsy란 무엇입니까?
tipsy은(는) http://tipsy.csail.mit.edu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A prototype"입니다.
확장 프로그램 스크린샷
tipsy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tipsy helps you make donation to web site whose content you read. You specify an overall donation amount. Tipsy tracks your use of web sites over time (that information stays with you; nobody else can access it) and periodically divides up your donation among those sites proportionally to the time you spend on them. You have complete control---you can change the amount you donate to each site or choose not to donate to particular sites. You can make the donations whenever you want. More information is on the project web site, at http://tipsy.csail.mit.edu/
확장 프로그램 기본 정보
이름 | |
ID | omlkgkpbhjalgfbjbdmpcgapimhaafhp |
공식 URL | https://chrome.google.com/webstore/detail/tipsy/omlkgkpbhjalgfbjbdmpcgapimhaafhp |
설명 | A prototype |
파일 크기 | 1.13 MB |
설치 횟수 | 20 |
현재 버전 | 0.1.14 |
최근 업데이트 | 2017-02-10 |
출시 날짜 | 2017-02-10 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | http://tipsy.csail.mit.edu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tipsy.csail.mit.edu |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tipsy", "version": "0.1.14", "description": "A prototype", "icons": { "19": "img\/logo19.png", "48": "img\/logo48.png", "64": "img\/logo64.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/logo19.png", "48": "img\/logo48.png", "64": "img\/logo48.png" }, "default_title": "Tipsy" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentscript.js" ], "run_at": "document_end" } ], "permissions": [ "alarms", "tabs", "history", "idle", "storage", "notifications", "https:\/\/www.dwolla.com\/", "https:\/\/uat.dwolla.com\/" ], "web_accessible_resources": [ "js\/**\/*", "js\/contentscript.js.map", "bower_components\/**\/*", "html\/index.html" ], "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.dwolla.com https:\/\/uat.dwolla.com; object-src 'self'; style-src 'unsafe-inline' 'self' https:\/\/uat.dwolla.com https:\/\/www.dwolla.com https:\/\/fonts.googleapis.com" } |