Golden View Friendfeed Image Zoom
For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).
Golden View Friendfeed Image Zoom란 무엇입니까?
Golden View Friendfeed Image Zoom은(는) http://wittman.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads)."입니다.
확장 프로그램 스크린샷
Golden View Friendfeed Image Zoom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension for friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).
확장 프로그램 기본 정보
이름 | |
ID | fkgefljoincokdaeailejjamkohcjooc |
공식 URL | https://chrome.google.com/webstore/detail/golden-view-friendfeed-im/fkgefljoincokdaeailejjamkohcjooc |
설명 | For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads). |
파일 크기 | 2.04 MB |
설치 횟수 | 175 |
현재 버전 | 1.14 |
최근 업데이트 | 2013-07-08 |
출시 날짜 | 2013-07-08 |
평점 | 4.73/5 총 22 개의 평점 |
개발자 | http://wittman.org |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://wittman.org/golden-view-friendfeed-image-zoom/ |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "jquery.js", "script.min.js", "background.js", "fancysettings\/source\/index.html", "fancysettings\/source\/js\/i18n.js", "fancysettings\/source\/js\/classes\/fancy-settings.js", "fancysettings\/source\/js\/classes\/search.js", "fancysettings\/source\/js\/classes\/setting.js", "fancysettings\/source\/js\/classes\/tab.js", "fancysettings\/source\/lib\/noconflict.js", "fancysettings\/source\/lib\/store.js", "fancysettings\/source\/lib\/jquery.js", "fancysettings\/source\/lib\/mootools-core.js", "fancysettings\/source\/manifest.js", "fancysettings\/source\/settings.js" ], "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "jquery.js", "script.js" ], "matches": [ "http:\/\/friendfeed.com\/*", "https:\/\/friendfeed.com\/*" ], "run_at": "document_start" } ], "description": "For friendfeed.com - opens a post image in a new browser tab at full size (not bookmarklet images, only native image uploads).", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "options_page": "fancysettings\/source\/index.html", "name": "Golden View Friendfeed Image Zoom", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "version": "1.14" } |