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 |
| 公式URL | 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"
} | |