WikiTweaks
A restyling of Wikipedia that saves screen space and adds on-hover previews.
WikiTweaksとは何ですか?
WikiTweaksはjoelsimon6によって開発されたChromeの拡張機能で、その主な機能は「A restyling of Wikipedia that saves screen space and adds on-hover previews.」です。
拡張機能のスクリーンショット
WikiTweaks拡張機能のCRXファイルをダウンロード
WikiTweaks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WikiTweaks goal is to become a full restyling of Wikipedia. Too much screen space is used with things that almost nobody looks at or uses. WikiTweaks also adds drop down previews of links to help avoid congesting your browser with wikipedia tabs. Features: Removal of rarely used UI. Mouse over preview of links. Click the extension button for recently viewed wikipedia pages.
拡張機能の基本情報
名前 | |
ID | oanljooinjjfgikjbpcjnekmgfakjpnc |
公式URL | https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc |
説明 | A restyling of Wikipedia that saves screen space and adds on-hover previews. |
ファイルサイズ | 53.02 KB |
インストール数 | 197 |
現在のバージョン | 1.7.1 |
最終更新日 | 2014-12-10 |
公開日 | 2014-12-10 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | joelsimon6 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiTweaks", "description": "A restyling of Wikipedia that saves screen space and adds on-hover previews.", "version": "1.7.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.wikipedia.org\/*", "storage" ], "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "jquery.min.js" ], "content_scripts": [ { "js": [ "jquery.min.js", "WikiTweaks.js" ], "matches": [ "*:\/\/*.wikipedia.org\/*" ] } ], "manifest_version": 2 } |