#Bring It Back
This extension allows you to customize the navigation bar at the top of Scratch's website to your preference.
#Bring It Backとは何ですか?
#Bring It Backはhttps://2003kaito.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to customize the navigation bar at the top of Scratch's website to your preference.」です。
#Bring It Back拡張機能のCRXファイルをダウンロード
#Bring It Back拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It is an extension developed to revive the "Discuss" button which disappeared from the navigation bar at the top of Scratch's website. You can switch display / non-display for each button, and it supports multiple languages. Also supports sorting of buttons. You can also use it as a substitute for the "Discuss" button within Scratch's site. The list of displayable buttons is as follows. · Create · Explore · Discuss · Signature · Tips · About · Custom URL 2017/11/13 Version 1.3.0 Now supports the display of custom URL.
拡張機能の基本情報
名前 | #Bring It Back |
ID | emnafibodmpbnaokljinkcaoeffdfhcb |
公式URL | https://chromewebstore.google.com/detail/bring-it-back/emnafibodmpbnaokljinkcaoeffdfhcb |
説明 | This extension allows you to customize the navigation bar at the top of Scratch's website to your preference. |
ファイルサイズ | 112 KB |
インストール数 | 114 |
現在のバージョン | 1.3.0 |
最終更新日 | 2017-11-13 |
公開日 | 2017-11-12 |
評価 | 4.10/5 合計 10 レビュー |
開発者 | https://2003kaito.com |
支払い方法 | free |
対応言語 | de,en,es,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "#Bring It Back", "version": "1.3.0", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": { "19": "icon_19.png" }, "default_title": "#Bring It Back" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/scratch.mit.edu\/*" ], "js": [ "jquery-3.2.1.min.js", "script.js" ] } ] } |