Simplify Overleaf
Simplify your overleaf to focus on editing!
什麼是Simplify Overleaf?
Simplify Overleaf是由weigq1234開發的Chrome擴展程式,該擴展的主要功能是“Simplify your overleaf to focus on editing!”。
擴展截圖
下載Simplify Overleaf擴展crx文件
下載Simplify Overleaf擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
There exist some redundant elements in online Overleaf, making it unfriendly for users, especially the laptop users. This extension aims to simplify your overleaf to focus on editing! 擴展基本資訊
| 名稱 | |
| ID | gcgalefamlbjhfjlomkmbpkjcnbcellm |
| 官方網址 | https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm |
| 簡介 | Simplify your overleaf to focus on editing! |
| 檔案大小 | 1.37 MB |
| 安裝次數 | 36 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2021-11-14 |
| 上架時間 | 2021-11-11 |
| 開發者 | weigq1234 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/weigq/simplify_overleaf |
| 說明頁面URL | https://github.com/weigq/simplify_overleaf |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simplify Overleaf",
"description": "Simplify your overleaf to focus on editing!",
"version": "1.0.3",
"homepage_url": "https:\/\/github.com\/weigq\/simplify_overleaf",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab"
],
"browser_action": [],
"icons": {
"128": "\/logo-128.png"
},
"options_page": "options.html",
"content_scripts": [
{
"js": [
"\/thirdparty\/jquery.min.js",
"\/thirdparty\/ResizeSensor.js",
"\/thirdparty\/ElementQueries.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |