Eksi Normallestirici
Ekşi Sözlük görünümünü Beta zamanına döndürür
Eksi Normallestirici란 무엇입니까?
Eksi Normallestirici은(는) https://serdarcevher.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ekşi Sözlük görünümünü Beta zamanına döndürür"입니다.
확장 프로그램 스크린샷
Eksi Normallestirici 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Eklenti, Ekşi Sözlük'ü 28 Şubat 2016 tarihi öncesindeki renkleri ve tasarımıyla kullanma imkanı verir. Eklentinin kurulumu ve etkinleştirilmesi, özelleştirilmiş görünümün devreye girmesi için yeterlidir. Kaynak kod ve geliştirme notları için: https://github.com/sahtepetrucci/eksinormallestirici Firefox sürümü için: https://addons.mozilla.org/en-US/firefox/addon/eksi-sozluk-normallestirici/ Not: Eksisozluk111.com domain desteği eklendi.
확장 프로그램 기본 정보
이름 | Eksi Normallestirici |
ID | kecgggbhlngbgalldonjhppjolpohlma |
공식 URL | https://chromewebstore.google.com/detail/eksi-normallestirici/kecgggbhlngbgalldonjhppjolpohlma |
설명 | Ekşi Sözlük görünümünü Beta zamanına döndürür |
파일 크기 | 76.86 KB |
설치 횟수 | 4,073 |
현재 버전 | 1.1.6 |
최근 업데이트 | 2023-12-28 |
출시 날짜 | 2018-02-20 |
평점 | 4.90/5 총 307 개의 평점 |
개발자 | https://serdarcevher.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/sahtepetrucci/eksinormallestirici |
도움말 페이지 URL | https://twitter.com/serdarcevher |
지원되는 언어 | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eksi Normallestirici", "manifest_version": 2, "version": "1.1.6", "description": "Ek\u015fi S\u00f6zl\u00fck g\u00f6r\u00fcn\u00fcm\u00fcn\u00fc Beta zaman\u0131na d\u00f6nd\u00fcr\u00fcr", "author": "Serdar Cevher", "permissions": [ "https:\/\/eksisozluk.com\/*", "https:\/\/eksisozluk.com\/*", "https:\/\/eksisozluk42.com\/*", "https:\/\/eksisozluk1923.com\/*", "https:\/\/eksisozluk111.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "name": "Eksi Normallestirici", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/eksisozluk.com\/*", "https:\/\/eksisozluk1999.com\/*", "https:\/\/eksisozluk42.com\/*", "https:\/\/eksisozluk1923.com\/*", "https:\/\/eksisozluk111.com\/*" ], "js": [ "jquery.min.js", "script.js" ], "css": [ "fix.css" ] } ] } |