reShape - Craigslist
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…
reShape - Craigslist란 무엇입니까?
reShape - Craigslist은(는) saoron에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org…"입니다.
확장 프로그램 스크린샷
reShape - Craigslist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org a new look. Please send your feedback to [email protected]
확장 프로그램 기본 정보
이름 | reShape - Craigslist |
ID | cgfgpklfbmmflakiadcefbjmokalnghm |
공식 URL | https://chromewebstore.google.com/detail/reshape-craigslist/cgfgpklfbmmflakiadcefbjmokalnghm |
설명 | It's time to change Craigslist! We love this site but come on guys we are not in 1998 ;-) This extension will give craigslist.org… |
파일 크기 | 1.1 MB |
설치 횟수 | 117 |
현재 버전 | 0.1.8 |
최근 업데이트 | 2015-11-25 |
출시 날짜 | 2015-11-25 |
평점 | 3.44/5 총 9 개의 평점 |
개발자 | saoron |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "reShape - Craigslist", "version": "0.1.8", "manifest_version": 2, "icons": { "128": "images\/icon.png" }, "page_action": { "default_icon": "images\/icon.png", "default_title": "Make the web less noisy", "default_popup": "html\/popup.html" }, "permissions": [ "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.craigslist.org\/*", "*:\/\/*.craigslist.co.kr\/*", "*:\/\/*.craigslist.co.uk\/*", "*:\/\/*.craigslist.es\/*", "*:\/\/*.craigslist.com.au\/*", "*:\/\/*.craigslist.com.ca\/*", "*:\/\/*.craigslist.ca\/*" ], "js": [ "js\/libs\/jquery.js", "js\/libs\/bootstrap.min.js", "js\/libs\/bootstrap-select.js", "js\/content.js" ], "css": [ "css\/font-awesome.css", "css\/bootstrap.min.css", "css\/bootstrap-select.min.css", "css\/awesome-bootstrap-checkbox.css", "css\/common.css" ] } ], "options_page": "html\/options.html", "devtools_page": "html\/devtools.html", "web_accessible_resources": [ "js\/*", "html\/*", "css\/*", "images\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |