Sidebar of Sanity
Translates Daily Mail 'Sidebar of Shame' content from Fail into English.
Sidebar of Sanityとは何ですか?
Sidebar of Sanityはcraigthebritによって開発されたChromeの拡張機能で、その主な機能は「Translates Daily Mail 'Sidebar of Shame' content from Fail into English.」です。
拡張機能のスクリーンショット
Sidebar of Sanity拡張機能のCRXファイルをダウンロード
Sidebar of Sanity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Had to visit the Daily Mail for news, only to find yourself sucked into the "sidebar of shame" that sits there on the right hand side, tempting you with meaningless drivel? Don't let their clever puns (ha!) and catchy headlines draw you in - install Sidebar of Sanity to see plain English descriptions of the stories to remind you that they're really not worth clicking on at all... NEW: Updated June 24th 2016 in light of recent "EUvents"...
拡張機能の基本情報
名前 | Sidebar of Sanity |
ID | jfcpggnkfcjpikbjkdhmcmhjlooncpgo |
公式URL | https://chromewebstore.google.com/detail/sidebar-of-sanity/jfcpggnkfcjpikbjkdhmcmhjlooncpgo |
説明 | Translates Daily Mail 'Sidebar of Shame' content from Fail into English. |
ファイルサイズ | 22.38 KB |
インストール数 | 13 |
現在のバージョン | 1.1 |
最終更新日 | 2016-06-24 |
公開日 | 2016-06-24 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | craigthebrit |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.dailymail.co.uk\/*" ], "css": [ "dailyfail.css" ], "js": [ "dailyfail.js" ], "run_at": "document_end", "all_frames": false } ], "description": "Translates Daily Mail 'Sidebar of Shame' content from Fail into English.", "icons": { "128": "icon128.png", "48": "icon48.png" }, "name": "Sidebar of Sanity", "short_name": "SB of Sanity", "version": "1.1" } |