Linkedin Feed Sort By Recent
Automatically set Sort by Recent on Linkedin feed.
Linkedin Feed Sort By Recentとは何ですか?
Linkedin Feed Sort By Recentはhttps://www.davideviolante.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically set Sort by Recent on Linkedin feed.」です。
拡張機能のスクリーンショット
Linkedin Feed Sort By Recent拡張機能のCRXファイルをダウンロード
Linkedin Feed Sort By Recent拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically change the sorting on Linkedin feed from Top to Recent. If it does not work at first try, reload the Linkedin page. To disable the extension behaviour completely is not enough to uninstall the extension, you also need to remove a cookie. Follow the istructions here: https://github.com/DavideViolante/Linkedin-Feed-Sort-By-Recent/blob/master/README.md#uninstall This extension is open source and you can contribute to make it better: https://github.com/DavideViolante/Linkedin-Feed-Sort-By-Recent
拡張機能の基本情報
名前 | |
ID | amcdflppdlgaejkildbondhbjojgkaai |
公式URL | https://chrome.google.com/webstore/detail/linkedin-feed-sort-by-rec/amcdflppdlgaejkildbondhbjojgkaai |
説明 | Automatically set Sort by Recent on Linkedin feed. |
ファイルサイズ | 13.46 KB |
インストール数 | 40 |
現在のバージョン | 1.4 |
最終更新日 | 2020-11-11 |
公開日 | 2020-04-25 |
開発者 | https://www.davideviolante.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/DavideViolante/ |
ヘルプページのURL | https://github.com/DavideViolante/Linkedin-Feed-Sort-By-Recent/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkedin Feed Sort By Recent", "description": "Automatically set Sort by Recent on Linkedin feed.", "version": "1.4", "author": "Davide Violante", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "linkedinFeedSortByRecent.js" ] } ], "web_accessible_resources": [ "linkedinFeedSortByRecent.js" ] } |