PinAShow for TvTropes
Pin your favourite shows, films and tropes to highlight them in the list of examples.
PinAShow for TvTropesとは何ですか?
PinAShow for TvTropesはsimonbrown60によって開発されたChromeの拡張機能で、その主な機能は「Pin your favourite shows, films and tropes to highlight them in the list of examples.」です。
拡張機能のスクリーンショット
PinAShow for TvTropes拡張機能のCRXファイルをダウンロード
PinAShow for TvTropes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Instead of hunting through the examples of a trope to find mentions of your favourite shows, pin them, and a list of examples mentioning them will be shown at the top of each list of examples. You can pin any page: films, anime - even tropes. To pin something go to its page and click "pin" next to the title.
拡張機能の基本情報
名前 | |
ID | lnigiffilbgaoglmmfcnemfnkceneiap |
公式URL | https://chrome.google.com/webstore/detail/pinashow-for-tvtropes/lnigiffilbgaoglmmfcnemfnkceneiap |
説明 | Pin your favourite shows, films and tropes to highlight them in the list of examples. |
ファイルサイズ | 41.42 KB |
インストール数 | 10 |
現在のバージョン | 1.1 |
最終更新日 | 2015-02-02 |
公開日 | 2015-02-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | simonbrown60 |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PinAShow for TvTropes", "description": "Pin your favourite shows, films and tropes to highlight them in the list of examples.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/tvtropes.org\/*", "https:\/\/tvtropes.org\/*" ], "js": [ "jquery-2.1.1.min.js", "content.js" ] } ] } |