ךופה לע ךופה - הפוך על הפוך
הופך כתב, הפוך על הפוך, מהפך למילים
ךופה לע ךופה - הפוך על הפוך란 무엇입니까?
ךופה לע ךופה - הפוך על הפוך은(는) https://itay.solutions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "הופך כתב, הפוך על הפוך, מהפך למילים"입니다.
확장 프로그램 스크린샷
ךופה לע ךופה - הפוך על הפוך 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
העתקתם שורת טקסט לפוטושופ והיא יצאה לכם הפוכה ? אז תמיד תעברו דרכינו. זוהי גרסת בטא
확장 프로그램 기본 정보
이름 | ךופה לע ךופה - הפוך על הפוך |
ID | okoaljeeoagoapokajihbnndbdfaophh |
공식 URL | https://chromewebstore.google.com/detail/%D7%9A%D7%95%D7%A4%D7%94-%D7%9C%D7%A2-%D7%9A%D7%95%D7%A4%D7%94-%D7%94%D7%A4%D7%95%D7%9A-%D7%A2%D7%9C-%D7%94%D7%A4%D7%95%D7%9A/okoaljeeoagoapokajihbnndbdfaophh |
설명 | הופך כתב, הפוך על הפוך, מהפך למילים |
파일 크기 | 173 KB |
설치 횟수 | 120 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2015-09-26 |
출시 날짜 | 2015-09-26 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | https://itay.solutions |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.itay.solutions |
도움말 페이지 URL | http://www.itay.solutions |
지원되는 언어 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u05da\u05d5\u05e4\u05d4 \u05dc\u05e2 \u05da\u05d5\u05e4\u05d4 - \u05d4\u05e4\u05d5\u05da \u05e2\u05dc \u05d4\u05e4\u05d5\u05da", "version": "0.0.6", "manifest_version": 2, "description": "\u05d4\u05d5\u05e4\u05da \u05db\u05ea\u05d1, \u05d4\u05e4\u05d5\u05da \u05e2\u05dc \u05d4\u05e4\u05d5\u05da, \u05de\u05d4\u05e4\u05da \u05dc\u05de\u05d9\u05dc\u05d9\u05dd", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "omnibox": { "keyword": "\u05d4\u05e4\u05d5\u05da \u05e2\u05dc \u05d4\u05e4\u05d5\u05da,\u05dc\u05db\u05ea\u05d5\u05d1 \u05d4\u05e4\u05d5\u05da" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "\u05d4\u05d5\u05e4\u05da \u05db\u05ea\u05d1 \u05dc\u05e4\u05d5\u05d8\u05d5\u05e9\u05d5\u05e4", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inc\/js\/jquery-1.9.1.js" ] } ], "devtools_page": "devtools\/devtools.html" } |