Marktplaats RSS
Adds a RSS feed to auction site marktplaats.nl
Marktplaats RSSとは何ですか?
Marktplaats RSSはhttps://www.robertbuzink.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a RSS feed to auction site marktplaats.nl」です。
拡張機能のスクリーンショット
Marktplaats RSS拡張機能のCRXファイルをダウンロード
Marktplaats RSS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Voegt de verdwenen rss feeds weer toe aan Marktplaats.nl. Volg objecten efficiënt via Feedly of een rss reader van je keuze.
拡張機能の基本情報
名前 | Marktplaats RSS |
ID | nbfobaeeljkkljkpnjhbcbfodllonoih |
公式URL | https://chromewebstore.google.com/detail/marktplaats-rss/nbfobaeeljkkljkpnjhbcbfodllonoih |
説明 | Adds a RSS feed to auction site marktplaats.nl |
ファイルサイズ | 4.19 KB |
インストール数 | 711 |
現在のバージョン | 5.0.0.0 |
最終更新日 | 2015-08-08 |
公開日 | 2015-08-08 |
評価 | 3.35/5 合計 20 レビュー |
開発者 | https://www.robertbuzink.com |
支払い方法 | free |
拡張機能のウェブサイト | http://robertbuzink.com/2013/marktplaats-rss-bij-zoekresultaten-voor-chrome-en-firefox/ |
ヘルプページのURL | http://robertbuzink.com/2013/marktplaats-rss-bij-zoekresultaten-voor-chrome-en-firefox/ |
対応言語 | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "marktplaatsrss-latest.user.js" ], "matches": [ "http:\/\/www.marktplaats.nl\/z.html?*", "http:\/\/www.marktplaats.nl\/verkopers\/*.html" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Adds a RSS feed to auction site marktplaats.nl", "name": "Marktplaats RSS", "version": "5.0.0.0" } |