Comics in OnePage

Rearrange page layout for best comic reading experience for 99770, 178 and sfacg site families.

ما هو Comics in OnePage؟

Comics in OnePage هو إضافة Chrome تم تطويرها بواسطة Lou Tseng، والميزة الرئيسية لها هي "Rearrange page layout for best comic reading experience for 99770, 178 and sfacg site families.".

تحميل ملف CRX للإضافة Comics in OnePage

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

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

                        This extension rearranges the page layout for ishuhui.com, mangapanda.com, 8comic.com, sfacg.com and 178.com comics ('manhua') websites for best comic reading experience.

Functionalities:
    Down / PageDown: scroll down page
    Up / PageUp: scroll up page
    Ctrl + Down: next chapter if available
    Ctrl + Up: previous chapter if available
    Mouse double click on left page: move the page down
    Click on the OnePage icon and select page order
    Zip download: wait for all images loaded in browser, click on '99 OnePage' icon and push download button. Wait a min and a 'Save to Disk' button will show at the bottom of the page.

v2.1 adds next/previous chapter links (178.com, sfacg.com and selected 99770 family) and change to browser action icon.

v2.2 adds mangapanda.com support and zip download function preview

v2.3 support 8comic.com and update to use new messaging API

v2.3.1 support previous and next volume navigation for 8comic.com

v2.3.2 fix image height issue in mac.

v2.4 included google analytics

v2.4.1 fix png image height issue in windows and add support to pre/next volume navigation for sfacg.com

v2.4.2 fix png image height issue in mac

v2.4.3 bug fix and tracking extension versions

v2.4.4 continue to fix bugs in mac with png files

v2.4.5 support ishuhui.com                    

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

الاسم Comics in OnePage Comics in OnePage
ID bkadjccdlgaealmedjpdgbkkpehbbaik
عنوان URL الرسمي https://chrome.google.com/webstore/detail/comics-in-onepage/bkadjccdlgaealmedjpdgbkkpehbbaik
الوصف Rearrange page layout for best comic reading experience for 99770, 178 and sfacg site families.
حجم الملف 83.13 KB
عدد التثبيتات 59
النسخة الحالية 2.4.5
آخر تحديث 2014-12-31
تاريخ النشر 2014-12-31
تقييم 4.33/5 مجموع تقييمات 6
المطور Lou Tseng
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "jszip.js"
        ]
    },
    "browser_action": {
        "default_icon": "slogo-16x16.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_99op_subscription_name__"
    },
    "content_scripts": [
        {
            "js": [
                "doc_end.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_99op_subscription_description__",
    "icons": {
        "128": "slogo-120x120.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDB+6OZtUUSnFNcNxNMgzWwHdX1uxLtxTz2d8bWimgy1tv7+rcty0wNXDojEnzDXEBTSgS05CUZxOvo8xUxmrlAO4wwRnogyFzAwGavB7FMA3dP7X8GF9cIL6xCsqNrH\/ptVpwPckbHpO1ryFUXeZbgeHZJKJ9RIX6TJoXtX8qv6wIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_99op_subscription_name__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.4.5",
    "web_accessible_resources": [
        "list.js",
        "inject.js",
        "inject.css",
        "inject-debug.css",
        "inject-mac.css",
        "inject-debug-mac.css",
        "downloadify.swf",
        "swfobject.js",
        "downloadify.min.js",
        "download.png",
        "manifest.json"
    ]
}