Better couchsurfing search
Show only those whose couch are available.
Better couchsurfing searchとは何ですか?
Better couchsurfing searchはCecilia Zhangによって開発されたChromeの拡張機能で、その主な機能は「Show only those whose couch are available.」です。
拡張機能のスクリーンショット
Better couchsurfing search拡張機能のCRXファイルをダウンロード
Better couchsurfing search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you will ONLY see people who has got an available couch while searching. With the current website there is no way to filter search results.
拡張機能の基本情報
名前 | Better couchsurfing search |
ID | nfgcolanoapaeddolbmndhdlpcamojnk |
公式URL | https://chromewebstore.google.com/detail/better-couchsurfing-searc/nfgcolanoapaeddolbmndhdlpcamojnk |
説明 | Show only those whose couch are available. |
ファイルサイズ | 639 KB |
インストール数 | 42 |
現在のバージョン | 1.0 |
最終更新日 | 2013-03-03 |
公開日 | 2013-03-02 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | Cecilia Zhang |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better couchsurfing search", "version": "1.0", "icons": { "16": "\/img\/icons\/icon_16.png", "48": "\/img\/icons\/icon_48.png", "128": "\/img\/icons\/icon_128.png" }, "description": "Show only those whose couch are available.", "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*.couchsurfing.org\/*", "*:\/\/*.couchsurfing.com\/*" ], "js": [ "\/js\/external\/jquery.js", "\/js\/content_script.js" ] } ], "manifest_version": 2 } |