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是由https://opengenus.org開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
ID | lfoloadpfjildomeafpdopahkdaoofbn |
官方網址 | 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": [ " |