Haraj UI Enhanced

Browser extension for enhancement of haraj.com.sa UI to show more contrasting colors and more posts on home screen, as a grid.

Haraj UI Enhanced란 무엇입니까?

Haraj UI Enhanced은(는) pdfcoffee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension for enhancement of haraj.com.sa UI to show more contrasting colors and more posts on home screen, as a grid."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Haraj UI Enhanced 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features:

Cosmetic changes for better visibility, background colors, borders, and boxes.

Main page converted to a responsive grid layout. Allows to see more posts in one screen.

Change typography, color, font and size of titles, headers, links, and content.

Tag labels are now side by side, instead of stacked. Saves some space.

Contact label and contact method/number are on one line.

Enhanced footer layout.

Websites Supported:

Haraj UI Enhanced supports and works with these haraj.com.sa websites:

Main website https://haraj.com.sa/
Beta website https://beta.haraj.com.sa/
Legacy website https://legacy.haraj.com.sa/

Browser support:

Haraj UI Enhanced uses CSS Grid, hence, modern browsers with CSS Grid support are required. Includes:

Apple Safari 10.1 +
Brave Browser
Google Chrome 76 +
Microsoft Edge 16 +
Opera Browser 44 +
Vivaldi Browser

And other browsers implementing WebKit, Chromium, Blink, or other CSS Grid compatible browser rendering engines.                    

확장 프로그램 기본 정보

이름 Haraj UI Enhanced Haraj UI Enhanced
ID inckeepmpnkecnfnhnkkknacoekfdanm
공식 URL https://chromewebstore.google.com/detail/haraj-ui-enhanced/inckeepmpnkecnfnhnkkknacoekfdanm
설명 Browser extension for enhancement of haraj.com.sa UI to show more contrasting colors and more posts on home screen, as a grid.
파일 크기 208 KB
설치 횟수 127
현재 버전 1.0.2
최근 업데이트 2020-03-04
출시 날짜 2020-03-03
개발자 pdfcoffee
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/pdfcoffee/Haraj-UI-Enhanced/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Haraj UI Enhanced",
    "version": "1.0.2",
    "short_name": "Haraj UI Enhanced",
    "description": "Browser extension for enhancement of haraj.com.sa UI to show more contrasting colors and more posts on home screen, as a grid.",
    "author": "PDF Coffee",
    "homepage_url": "https:\/\/github.com\/pdfcoffee\/Haraj-UI-Enhanced\/",
    "icons": {
        "16": "gfx\/icon16.png",
        "32": "gfx\/icon32.png",
        "48": "gfx\/icon48.png",
        "128": "gfx\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/haraj.com.sa\/*",
                "*:\/\/haraj.com\/*",
                "*:\/\/www.haraj.com.sa\/*",
                "*:\/\/www.haraj.com\/*",
                "*:\/\/legacy.haraj.com.sa\/*"
            ],
            "css": [
                "css\/haraj.com.sa.css"
            ]
        },
        {
            "matches": [
                "*:\/\/beta.haraj.com.sa\/*"
            ],
            "css": [
                "css\/beta.haraj.com.sa.css"
            ]
        },
        {
            "matches": [
                "*:\/\/haraj.com.sa\/allreviews.php*",
                "*:\/\/haraj.com\/allreviews.php*",
                "*:\/\/legacy.haraj.com.sa\/allreviews.php*"
            ],
            "css": [
                "css\/page-allreviews.css"
            ]
        },
        {
            "matches": [
                "*:\/\/haraj.com.sa\/sitemap.php*",
                "*:\/\/haraj.com\/sitemap.php*",
                "*:\/\/legacy.haraj.com.sa\/sitemap.php*"
            ],
            "css": [
                "css\/page-sitemap.css"
            ]
        },
        {
            "matches": [
                "*:\/\/haraj.com.sa\/haraj-app.php*",
                "*:\/\/haraj.com\/haraj-app.php*",
                "*:\/\/legacy.haraj.com.sa\/haraj-app.php*",
                "*:\/\/haraj.com.sa\/login.php*",
                "*:\/\/haraj.com\/login.php*",
                "*:\/\/legacy.haraj.com.sa\/login.php*",
                "*:\/\/haraj.com.sa\/forgotpass.php*",
                "*:\/\/haraj.com\/forgotpass.php*",
                "*:\/\/legacy.haraj.com.sa\/forgotpass.php*",
                "*:\/\/haraj.com.sa\/register.php*",
                "*:\/\/haraj.com\/register.php*",
                "*:\/\/legacy.haraj.com.sa\/register.php*",
                "*:\/\/haraj.com.sa\/search.php*",
                "*:\/\/haraj.com\/search.php*",
                "*:\/\/legacy.haraj.com.sa\/search.php*",
                "*:\/\/haraj.com.sa\/sendpm.php*",
                "*:\/\/haraj.com\/sendpm.php*",
                "*:\/\/legacy.haraj.com.sa\/sendpm.php*",
                "*:\/\/haraj.com.sa\/add-rating.php*",
                "*:\/\/haraj.com\/add-rating.php*",
                "*:\/\/legacy.haraj.com.sa\/add-rating.php*",
                "*:\/\/haraj.com.sa\/add.php*",
                "*:\/\/haraj.com\/add.php*",
                "*:\/\/legacy.haraj.com.sa\/verify_mobile.php*",
                "*:\/\/haraj.com.sa\/verify_mobile.php*",
                "*:\/\/haraj.com\/verify_mobile.php*",
                "*:\/\/legacy.haraj.com.sa\/add.php*",
                "*:\/\/haraj.com.sa\/users\/*",
                "*:\/\/haraj.com\/users\/*",
                "*:\/\/legacy.haraj.com.sa\/users\/*"
            ],
            "css": [
                "css\/pages.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "gfx\/*.*",
        "fonts\/*.woff2"
    ]
}