OpenGenus: Save Page and Stay happy offline

The World's first Offline search engine by OpenGenus to empower people to continue their work even in no connectivity.

OpenGenus: Save Page and Stay happy offlineคืออะไร?

OpenGenus: Save Page and Stay happy offline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://opengenus.org และคุณลักษณะหลักของมันคือ "The World's first Offline search engine by OpenGenus to empower people to continue their work even in no connectivity."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenGenus: Save Page and Stay happy offline

ดาวน์โหลดไฟล์ส่วนขยาย OpenGenus: Save Page and Stay happy offline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is the World's first Offline code Search Engine presented by OpenGenus. This wonderful extension empowers you to:
* Save web pages as a single HTML page to your local machine
* Save web pages in your browser for offline reading
* Analyse your web history safely
* Play games while offline
* Browse for images while offline
* Search for any code for any algorithm or data-structure in your favorite language even when you are not connected to the internet

We are on a mission to bring the best parts of the Internet Offline, enable people to work offline for a longer period of time and revolutionize the way people interact with the web. 

OpenGenus: "We made the internet and it made us vulnerable. We fought and we won."

The best part is that the massive effort put to build this awesome search engine is open to all. Yes, we are an open-source organization and over 1000 people have become an integral part of our family. You can help us too.

Web: http://opengenus.org
GitHub: https://github.com/OpenGenus/Quark

Submit your feedback: https://discourse.opengenus.org/t/feedback-for-quark/125/2

Our work is governed by the GNU Public License 3.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OpenGenus: Save Page and Stay happy offline OpenGenus: Save Page and Stay happy offline
ID lfoloadpfjildomeafpdopahkdaoofbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/opengenus-save-page-and-s/lfoloadpfjildomeafpdopahkdaoofbn
คำอธิบาย The World's first Offline search engine by OpenGenus to empower people to continue their work even in no connectivity.
ขนาดไฟล์ 12.52 MB
จำนวนการติดตั้ง 430
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2018-09-01
วันที่เผยแพร่ 2018-08-31
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://opengenus.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://opengenus.org
URL หน้าช่วยเหลือ https://discourse.opengenus.org
URL หน้านโยบายความเป็นส่วนตัว https://discourse.opengenus.org/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenGenus: Save Page and Stay happy offline",
    "version": "1.5.1",
    "description": "The World's first Offline search engine by OpenGenus to empower people to continue their work even in no connectivity.",
    "permissions": [
        "unlimitedStorage",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "webNavigation",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js",
            "background-save.js",
            "saved.js"
        ]
    },
    "browser_action": {
        "default_title": "OpenGenus: Offline Search Engine",
        "default_icon": "icon\/icon.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon\/icon.png",
        "48": "icon\/icon.png",
        "128": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "contentScript.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "sitesScript.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "short_name": "World's first offline search engine: Quark",
    "web_accessible_resources": [
        "pageloader.js"
    ]
}