Board Swiper

An extension helping user go to next or previous page on a board

ما هو Board Swiper؟

Board Swiper هو إضافة Chrome تم تطويرها بواسطة jacobkim9881، والميزة الرئيسية لها هي "An extension helping user go to next or previous page on a board".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Board Swiper

قم بتنزيل ملفات الامتداد Board Swiper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It's an extension which help users to move previous page or next page by holding left mouse button + drag mouse + releasing the mouse button. 

There are websites which services forums online. When entering a post on the board then you must have previous title or next post on the current post. If you enjoy to enter every posts by orders then clicking a previous or next post could be boring and tiring. And Board Swiper helps kind of uncomfortable situations.

Listed website supported:
- cafe.daum.net
- bbs.ruliweb.com
- www.ddanzi.com
- www.bobaedream.co.kr
- www.82cook.com
- www.inven.co.kr
- hygall.com

Just install this extension and enter a post on any board of forums. After reading the post and just hold left mouse button and drag mouse to right or left and then release the mouse button. Then there will be a small box filled with previous or next post's title and you can just move the mouse cursor over the box. Then you enter the previous or next post by the extension. 

(To each forums the options could be different, so the extension wouldn't work. The forum or board must show posts' list on a post opened.)

The principle to run the extension
1. Click and enter the post on a forum.
2. After reading the post hold mouse left button, drag left or right and then release the mouse button.
3. A small box filled with previous or next post's title will shows near the cursor.
4. Move your mouse cursor over the box.
5. Then the extension let the page move to previous or next post.

The condition to run the extension
1. There is a board on a forum.
2. There are lists on a post which has current post's title and others.
3. The lists are ordered by time.

Forums which the extension can't help
1. Galleries which shows pictures.
2. Forums which don't show post lists on a post.

If you have any question or found bugs then please send me an email to [email protected].                    

معلومات أساسية عن التمديد

الاسم Board Swiper Board Swiper
ID ioodddoeonpefhnbpmfepmpipldkbcln
عنوان URL الرسمي https://chromewebstore.google.com/detail/board-swiper/ioodddoeonpefhnbpmfepmpipldkbcln
الوصف An extension helping user go to next or previous page on a board
حجم الملف 2.12 MB
عدد التثبيتات 22
النسخة الحالية 1.2.2.3
آخر تحديث 2021-12-18
تاريخ النشر 2021-08-18
تقييم 5.00/5 مجموع تقييمات 1
المطور jacobkim9881
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://jacobkim9881.github.io/tailing-mouse-footprint/docs/privacy-policy.html
اللغات المدعومة en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.2.3",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "64": "icon\/icon64.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/icon16.png",
            "32": "icon\/icon32.png"
        }
    },
    "author": "jacobkim9881",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "page-mover.js",
                "page-turner.js",
                "give-event.js",
                "give-event2.js",
                "give-event3.js",
                "give-event4.js",
                "give-event5.js",
                "give-event6.js",
                "list-event.js",
                "site-list.js",
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "declarativeContent"
    ],
    "manifest_version": 3
}