GoUp
Adds the button Go Up into the page site.
什麼是GoUp?
GoUp是由Anton Berezan開發的Chrome擴展程式,該擴展的主要功能是“Adds the button Go Up into the page site.”。
擴展截圖
下載GoUp擴展crx文件
下載GoUp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you wish to temporarily hide GoUp bar, please press right mouse button on GoUp.
Version 1.1.6:
- added a new option to show/hide the 'Go back' button;
Version 1.1.4:
- some fixes;
Version 1.1.3:
- some fixes;
Version 1.1:
- added compact style;
- added options for animation and compact style;
- updated style;
Version 1.0.1:
- added animation;
- right mouse click for temporarily hide;
- some fixes; 擴展基本資訊
| 名稱 | |
| ID | aocpiddhkbidlpopabginfakppnbgkfl |
| 官方網址 | https://chromewebstore.google.com/detail/goup/aocpiddhkbidlpopabginfakppnbgkfl |
| 簡介 | Adds the button Go Up into the page site. |
| 檔案大小 | 57.21 KB |
| 安裝次數 | 154 |
| 目前版本 | 1.1.6.2 |
| 更新時間 | 2013-03-09 |
| 上架時間 | 2013-03-09 |
| 評分 | 4.41/5 共 17 次評分 |
| 開發者 | Anton Berezan |
| 付費類型 | free |
| 支援的語言 | en,ru |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GoUp",
"version": "1.1.6.2",
"description": "__MSG_description__",
"default_locale": "en",
"manifest_version": 2,
"minimum_chrome_version": "16.0",
"icons": {
"128": "images\/goup-128.png",
"48": "images\/goup-48.png",
"32": "images\/goup-32.png",
"16": "images\/goup-32.png"
},
"background": {
"scripts": [
"js\/options.js",
"js\/background.js"
]
},
"web_accessible_resources": [
"fonts\/comfortaa-bold.woff",
"css\/goup.css"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/goup.js"
],
"run_at": "document_start"
}
],
"options_page": "options.html"
} | |