Prog Pager

פשוט וקל לצפות באשכול שלם בלחיצה אחת

What is Prog Pager?

Prog Pager is a Chrome extension developed by משקיפה מהצד, and its main feature is "פשוט וקל לצפות באשכול שלם בלחיצה אחת".

Extension Screenshots

screenshot

Download Prog Pager Extension CRX File

Download Prog Pager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        התוסף נותן אפשרות לראות אשכול שלם בקלות
אחרי התקנת התוסף תבחינו בשני כפתורים חדשים בראש כל אשכול:
1. הצג הכל מכאן ולהבא
בלחיצה עליו ייטענו כל העמודים הבאים
2. בחר עמודים להצגה
מאפשר לכם לבחור אילו עמודים ייטענו                    

Extension Basic Information

Name Prog Pager Prog Pager
ID ffkckofalbomdjlmlebfibhgceaifkei
Official URL https://chromewebstore.google.com/detail/prog-pager/ffkckofalbomdjlmlebfibhgceaifkei
Description פשוט וקל לצפות באשכול שלם בלחיצה אחת
File Size 161 KB
Installation Count 325
Current Version 1.5.8
Last Updated 2023-02-20
Publish Date 2022-07-06
Rating 5.00/5 Total 2 Ratings
Developer משקיפה מהצד
Email [email protected]
Payment Type free
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u05e4\u05e9\u05d5\u05d8 \u05d5\u05e7\u05dc \u05dc\u05e6\u05e4\u05d5\u05ea \u05d1\u05d0\u05e9\u05db\u05d5\u05dc \u05e9\u05dc\u05dd \u05d1\u05dc\u05d7\u05d9\u05e6\u05d4 \u05d0\u05d7\u05ea",
    "version": "1.5.8",
    "author": "[email protected]",
    "manifest_version": 3,
    "name": "Prog Pager",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.prog.co.il\/*",
                "https:\/\/*.prog.co.il\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}