Firefox
about:config
を開いて新しい値を追加する。browser.contentHandlers
で検索すると登録済みのものが出てくるので空いている番号を適当に使う。Firefox の再起動後に feedly を選択できるようになる。
Preference Name | Type | Value |
---|---|---|
browser.contentHandlers.types.6.title | string | feedly |
browser.contentHandlers.types.6.type | string | application/vnd.mozilla.maybe.feed |
browser.contentHandlers.types.6.uri | string | http://www.feedly.com/home#subscription/feed/%s |
Linux では ~/.mozilla/firefox/<PROFILE>/prefs.js
、OS X では ~/Library/Application Support/Firefox/Profiles/<PROFILE>/prefs.js
に書いても良さげ。
user_pref("browser.contentHandlers.types.6.title", "feedly"); user_pref("browser.contentHandlers.types.6.type", "application/vnd.mozilla.maybe.feed"); user_pref("browser.contentHandlers.types.6.uri", "http://www.feedly.com/home#subscription/feed/%s");
Google Chrome & Chromium
chrome-extension://nlbjncdgjeocebhnmkbbbdekmmmcbfjd/options.html
を開く。
Description | URL |
---|---|
feedly(任意) | http://www.feedly.com/home#subscription/feed/%s |